Shades of Shamrock #2ADBA6
Tints of Shamrock #2ADBA6
RGB
CMYK
RGB Variations
Color information
#2ADBA6 (or 0x2ADBA6) is known color: Shamrock. HEX triplet: 2A, DB and A6. RGB value is (42,219,166). Sum of RGB (Red+Green+Blue) = 42+219+166=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADBA6 is #D52459. Grayscale: #A0A0A0. Windows color (decimal): -13968474 or 10935082. OLE color: 10935082.
HSL color Cylindrical-coordinate representation of color #2ADBA6: hue angle of 162.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADBA6 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 166 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.14 |
| HSL | 162.03º | 0.71% | 0.51% | - |
| HSV(B) | 162.03º | 0.81% | 0.86% | - |
| XYZ | 33.17 | 53.91 | 44.73 | - |
| YUV | 160.04 | 131.36 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 166 | 0.81 | 0 | 0.24 | 0.14 | 162.03 | 0.71 | 0.51 |
| Hex | 2A | DB | A6 | 51 | 0 | 18 | E | A2 | 47 | 33 |
| Octal | 52 | 333 | 246 | 121 | 0 | 30 | 16 | 242 | 107 | 63 |
| Binary | 101010 | 11011011 | 10100110 | 1010001 | 0 | 11000 | 1110 | 10100010 | 1000111 | 110011 |
Color Harmonies of #2ADBA6
Complementary color
Monochromatic Colors of #2ADBA6
Black with #2ADBA6
Text Example
Text Example
White with #2ADBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBA6; }
p { color: rgb(42,219,166); }
H1.HeaderClassName
{
color: #2ADBA6;
}
.AnyTagClassName
{
color: #2ADBA6;
}
</style>
background-color css
<style>
a { background-color: #2ADBA6; }
a { background-color: rgb(42,219,166); }
div.DivClassName
{
background-color: #2ADBA6;
}
.BgClassName
{
background-color: #2ADBA6;
}
</style>
border-color css
<style>
span { border-color: #2ADBA6; }
span { border-color: rgb(42,219,166); }
td.TdClassName
{
border-color: #2ADBA6;
}
.TagClassName
{
border-color: #2ADBA6;
}
</style>