Shades of Light Sea Green #24CAC0
Tints of Light Sea Green #24CAC0
RGB
CMYK
RGB Variations
Color information
#24CAC0 (or 0x24CAC0) is known color: Light Sea Green. HEX triplet: 24, CA and C0. RGB value is (36,202,192). Sum of RGB (Red+Green+Blue) = 36+202+192=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #24CAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CAC0 is #DB353F. Grayscale: #979797. Windows color (decimal): -14366016 or 12634660. OLE color: 12634660.
HSL color Cylindrical-coordinate representation of color #24CAC0: hue angle of 176.39º 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 #24CAC0 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 202 | 192 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.21 |
| HSL | 176.39º | 0.7% | 0.47% | - |
| HSV(B) | 176.39º | 0.82% | 0.79% | - |
| XYZ | 31.36 | 46.42 | 57.18 | - |
| YUV | 151.23 | 151 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 192 | 0.82 | 0 | 0.05 | 0.21 | 176.39 | 0.7 | 0.47 |
| Hex | 24 | CA | C0 | 52 | 0 | 5 | 15 | B0 | 46 | 2F |
| Octal | 44 | 312 | 300 | 122 | 0 | 5 | 25 | 260 | 106 | 57 |
| Binary | 100100 | 11001010 | 11000000 | 1010010 | 0 | 101 | 10101 | 10110000 | 1000110 | 101111 |
Color Harmonies of #24CAC0
Complementary color
Monochromatic Colors of #24CAC0
Black with #24CAC0
Text Example
Text Example
White with #24CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CAC0; }
p { color: rgb(36,202,192); }
H1.HeaderClassName
{
color: #24CAC0;
}
.AnyTagClassName
{
color: #24CAC0;
}
</style>
background-color css
<style>
a { background-color: #24CAC0; }
a { background-color: rgb(36,202,192); }
div.DivClassName
{
background-color: #24CAC0;
}
.BgClassName
{
background-color: #24CAC0;
}
</style>
border-color css
<style>
span { border-color: #24CAC0; }
span { border-color: rgb(36,202,192); }
td.TdClassName
{
border-color: #24CAC0;
}
.TagClassName
{
border-color: #24CAC0;
}
</style>