Shades of Shamrock #24DBAA
Tints of Shamrock #24DBAA
RGB
CMYK
RGB Variations
Color information
#24DBAA (or 0x24DBAA) is known color: Shamrock. HEX triplet: 24, DB and AA. RGB value is (36,219,170). Sum of RGB (Red+Green+Blue) = 36+219+170=425 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.47% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #24DBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24DBAA is #DB2455. Grayscale: #9E9E9E. Windows color (decimal): -14361686 or 11197220. OLE color: 11197220.
HSL color Cylindrical-coordinate representation of color #24DBAA: hue angle of 163.93º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DBAA is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 219 | 170 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.14 |
| HSL | 163.93º | 0.72% | 0.5% | - |
| HSV(B) | 163.93º | 0.84% | 0.86% | - |
| XYZ | 33.31 | 53.94 | 46.69 | - |
| YUV | 158.7 | 134.37 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 219 | 170 | 0.84 | 0 | 0.22 | 0.14 | 163.93 | 0.72 | 0.5 |
| Hex | 24 | DB | AA | 54 | 0 | 16 | E | A4 | 48 | 32 |
| Octal | 44 | 333 | 252 | 124 | 0 | 26 | 16 | 244 | 110 | 62 |
| Binary | 100100 | 11011011 | 10101010 | 1010100 | 0 | 10110 | 1110 | 10100100 | 1001000 | 110010 |
Color Harmonies of #24DBAA
Complementary color
Monochromatic Colors of #24DBAA
Black with #24DBAA
Text Example
Text Example
White with #24DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DBAA; }
p { color: rgb(36,219,170); }
H1.HeaderClassName
{
color: #24DBAA;
}
.AnyTagClassName
{
color: #24DBAA;
}
</style>
background-color css
<style>
a { background-color: #24DBAA; }
a { background-color: rgb(36,219,170); }
div.DivClassName
{
background-color: #24DBAA;
}
.BgClassName
{
background-color: #24DBAA;
}
</style>
border-color css
<style>
span { border-color: #24DBAA; }
span { border-color: rgb(36,219,170); }
td.TdClassName
{
border-color: #24DBAA;
}
.TagClassName
{
border-color: #24DBAA;
}
</style>