Shades of Shamrock #2ADBAE
Tints of Shamrock #2ADBAE
RGB
CMYK
RGB Variations
Color information
#2ADBAE (or 0x2ADBAE) is known color: Shamrock. HEX triplet: 2A, DB and AE. RGB value is (42,219,174). Sum of RGB (Red+Green+Blue) = 42+219+174=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADBAE is #D52451. Grayscale: #A0A0A0. Windows color (decimal): -13968466 or 11459370. OLE color: 11459370.
HSL color Cylindrical-coordinate representation of color #2ADBAE: hue angle of 164.75º 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 #2ADBAE is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 174 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.14 |
| HSL | 164.75º | 0.71% | 0.51% | - |
| HSV(B) | 164.75º | 0.81% | 0.86% | - |
| XYZ | 33.93 | 54.21 | 48.72 | - |
| YUV | 160.95 | 135.36 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 174 | 0.81 | 0 | 0.21 | 0.14 | 164.75 | 0.71 | 0.51 |
| Hex | 2A | DB | AE | 51 | 0 | 15 | E | A5 | 47 | 33 |
| Octal | 52 | 333 | 256 | 121 | 0 | 25 | 16 | 245 | 107 | 63 |
| Binary | 101010 | 11011011 | 10101110 | 1010001 | 0 | 10101 | 1110 | 10100101 | 1000111 | 110011 |
Color Harmonies of #2ADBAE
Complementary color
Monochromatic Colors of #2ADBAE
Black with #2ADBAE
Text Example
Text Example
White with #2ADBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBAE; }
p { color: rgb(42,219,174); }
H1.HeaderClassName
{
color: #2ADBAE;
}
.AnyTagClassName
{
color: #2ADBAE;
}
</style>
background-color css
<style>
a { background-color: #2ADBAE; }
a { background-color: rgb(42,219,174); }
div.DivClassName
{
background-color: #2ADBAE;
}
.BgClassName
{
background-color: #2ADBAE;
}
</style>
border-color css
<style>
span { border-color: #2ADBAE; }
span { border-color: rgb(42,219,174); }
td.TdClassName
{
border-color: #2ADBAE;
}
.TagClassName
{
border-color: #2ADBAE;
}
</style>