Shades of Shamrock #24CAA8
Tints of Shamrock #24CAA8
RGB
CMYK
RGB Variations
Color information
#24CAA8 (or 0x24CAA8) is known color: Shamrock. HEX triplet: 24, CA and A8. RGB value is (36,202,168). Sum of RGB (Red+Green+Blue) = 36+202+168=406 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.87% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #24CAA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24CAA8 is #DB3557. Grayscale: #949494. Windows color (decimal): -14366040 or 11061796. OLE color: 11061796.
HSL color Cylindrical-coordinate representation of color #24CAA8: hue angle of 167.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CAA8 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 202 | 168 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.21 |
| HSL | 167.71º | 0.7% | 0.47% | - |
| HSV(B) | 167.71º | 0.82% | 0.79% | - |
| XYZ | 28.92 | 45.44 | 44.29 | - |
| YUV | 148.49 | 139 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 168 | 0.82 | 0 | 0.17 | 0.21 | 167.71 | 0.7 | 0.47 |
| Hex | 24 | CA | A8 | 52 | 0 | 11 | 15 | A8 | 46 | 2F |
| Octal | 44 | 312 | 250 | 122 | 0 | 21 | 25 | 250 | 106 | 57 |
| Binary | 100100 | 11001010 | 10101000 | 1010010 | 0 | 10001 | 10101 | 10101000 | 1000110 | 101111 |
Color Harmonies of #24CAA8
Complementary color
Monochromatic Colors of #24CAA8
Black with #24CAA8
Text Example
Text Example
White with #24CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CAA8; }
p { color: rgb(36,202,168); }
H1.HeaderClassName
{
color: #24CAA8;
}
.AnyTagClassName
{
color: #24CAA8;
}
</style>
background-color css
<style>
a { background-color: #24CAA8; }
a { background-color: rgb(36,202,168); }
div.DivClassName
{
background-color: #24CAA8;
}
.BgClassName
{
background-color: #24CAA8;
}
</style>
border-color css
<style>
span { border-color: #24CAA8; }
span { border-color: rgb(36,202,168); }
td.TdClassName
{
border-color: #24CAA8;
}
.TagClassName
{
border-color: #24CAA8;
}
</style>