Shades of Shamrock #24CFAA
Tints of Shamrock #24CFAA
RGB
CMYK
RGB Variations
Color information
#24CFAA (or 0x24CFAA) is known color: Shamrock. HEX triplet: 24, CF and AA. RGB value is (36,207,170). Sum of RGB (Red+Green+Blue) = 36+207+170=413 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.72% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #24CFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24CFAA is #DB3055. Grayscale: #979797. Windows color (decimal): -14364758 or 11194148. OLE color: 11194148.
HSL color Cylindrical-coordinate representation of color #24CFAA: hue angle of 167.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CFAA is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 207 | 170 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.19 |
| HSL | 167.02º | 0.7% | 0.48% | - |
| HSV(B) | 167.02º | 0.83% | 0.81% | - |
| XYZ | 30.3 | 47.9 | 45.68 | - |
| YUV | 151.65 | 138.35 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 170 | 0.83 | 0 | 0.18 | 0.19 | 167.02 | 0.7 | 0.48 |
| Hex | 24 | CF | AA | 53 | 0 | 12 | 13 | A7 | 46 | 30 |
| Octal | 44 | 317 | 252 | 123 | 0 | 22 | 23 | 247 | 106 | 60 |
| Binary | 100100 | 11001111 | 10101010 | 1010011 | 0 | 10010 | 10011 | 10100111 | 1000110 | 110000 |
Color Harmonies of #24CFAA
Complementary color
Monochromatic Colors of #24CFAA
Black with #24CFAA
Text Example
Text Example
White with #24CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFAA; }
p { color: rgb(36,207,170); }
H1.HeaderClassName
{
color: #24CFAA;
}
.AnyTagClassName
{
color: #24CFAA;
}
</style>
background-color css
<style>
a { background-color: #24CFAA; }
a { background-color: rgb(36,207,170); }
div.DivClassName
{
background-color: #24CFAA;
}
.BgClassName
{
background-color: #24CFAA;
}
</style>
border-color css
<style>
span { border-color: #24CFAA; }
span { border-color: rgb(36,207,170); }
td.TdClassName
{
border-color: #24CFAA;
}
.TagClassName
{
border-color: #24CFAA;
}
</style>