#2AD6B0

Color #2AD6B0 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2AD6B0

Tints of Shamrock #2AD6B0

Color information

#2AD6B0 (or 0x2AD6B0) is unknown color: approx Shamrock. HEX triplet: 2A, D6 and B0. RGB value is (42,214,176). Sum of RGB (Red+Green+Blue) = 42+214+176=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD6B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD6B0 is #D5294F. Grayscale: #9E9E9E. Windows color (decimal): -13969744 or 11589162. OLE color: 11589162.

HSL color Cylindrical-coordinate representation of color #2AD6B0: hue angle of 166.74º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD6B0 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB42214176-
CMYK0.8000.180.16
HSL166.74º67.72%50.2%-
HSV(B)166.74º80.37%83.92%-
XYZ32.8451.7249.33-
YUV158.24138.0245.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 9.72%
GREEN value IS 214 (83.98% from 255) = 49.54%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=9.72%
G=49.54%
B=40.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal422141760.8000.180.16166.7467.7250.2
Hex2AD6B05001210a74432
Octal523262601200222024710462
Binary1010101101011010110000101000001001010000101001111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AD6B0; }

 p { color: rgb(42,214,176); }

 H1.HeaderClassName
 {
   color: #2AD6B0;
 }
 .AnyTagClassName
 {
   color: #2AD6B0;
 }
</style>
background-color css

<style>
 a { background-color: #2AD6B0; }

 a { background-color: rgb(42,214,176); }

 div.DivClassName
 {
   background-color: #2AD6B0;
 }
 .BgClassName
 {
   background-color: #2AD6B0;
 }
</style>
border-color css

<style>
 span { border-color: #2AD6B0; }

 span { border-color: rgb(42,214,176); }

 td.TdClassName
 {
   border-color: #2AD6B0;
 }
 .TagClassName
 {
   border-color: #2AD6B0;
 }
</style>