Shades of Light Sea Green #24BCA8
Tints of Light Sea Green #24BCA8
RGB
CMYK
RGB Variations
Color information
#24BCA8 (or 0x24BCA8) is known color: Light Sea Green. HEX triplet: 24, BC and A8. RGB value is (36,188,168). Sum of RGB (Red+Green+Blue) = 36+188+168=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #24BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BCA8 is #DB4357. Grayscale: #8C8C8C. Windows color (decimal): -14369624 or 11058212. OLE color: 11058212.
HSL color Cylindrical-coordinate representation of color #24BCA8: hue angle of 172.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BCA8 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 188 | 168 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.26 |
| HSL | 172.11º | 0.68% | 0.44% | - |
| HSV(B) | 172.11º | 0.81% | 0.74% | - |
| XYZ | 25.78 | 39.17 | 43.25 | - |
| YUV | 140.27 | 143.64 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 168 | 0.81 | 0 | 0.11 | 0.26 | 172.11 | 0.68 | 0.44 |
| Hex | 24 | BC | A8 | 51 | 0 | B | 1A | AC | 44 | 2C |
| Octal | 44 | 274 | 250 | 121 | 0 | 13 | 32 | 254 | 104 | 54 |
| Binary | 100100 | 10111100 | 10101000 | 1010001 | 0 | 1011 | 11010 | 10101100 | 1000100 | 101100 |
Color Harmonies of #24BCA8
Complementary color
Monochromatic Colors of #24BCA8
Black with #24BCA8
Text Example
Text Example
White with #24BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BCA8; }
p { color: rgb(36,188,168); }
H1.HeaderClassName
{
color: #24BCA8;
}
.AnyTagClassName
{
color: #24BCA8;
}
</style>
background-color css
<style>
a { background-color: #24BCA8; }
a { background-color: rgb(36,188,168); }
div.DivClassName
{
background-color: #24BCA8;
}
.BgClassName
{
background-color: #24BCA8;
}
</style>
border-color css
<style>
span { border-color: #24BCA8; }
span { border-color: rgb(36,188,168); }
td.TdClassName
{
border-color: #24BCA8;
}
.TagClassName
{
border-color: #24BCA8;
}
</style>