Shades of Light Sea Green #24CDC0
Tints of Light Sea Green #24CDC0
RGB
CMYK
RGB Variations
Color information
#24CDC0 (or 0x24CDC0) is known color: Light Sea Green. HEX triplet: 24, CD and C0. RGB value is (36,205,192). Sum of RGB (Red+Green+Blue) = 36+205+192=433 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.31% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #24CDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CDC0 is #DB323F. Grayscale: #989898. Windows color (decimal): -14365248 or 12635428. OLE color: 12635428.
HSL color Cylindrical-coordinate representation of color #24CDC0: hue angle of 175.38º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CDC0 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 205 | 192 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.20 |
| HSL | 175.38º | 0.7% | 0.47% | - |
| HSV(B) | 175.38º | 0.82% | 0.8% | - |
| XYZ | 32.07 | 47.84 | 57.41 | - |
| YUV | 152.99 | 150.01 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 205 | 192 | 0.82 | 0 | 0.06 | 0.20 | 175.38 | 0.7 | 0.47 |
| Hex | 24 | CD | C0 | 52 | 0 | 6 | 14 | AF | 46 | 2F |
| Octal | 44 | 315 | 300 | 122 | 0 | 6 | 24 | 257 | 106 | 57 |
| Binary | 100100 | 11001101 | 11000000 | 1010010 | 0 | 110 | 10100 | 10101111 | 1000110 | 101111 |
Color Harmonies of #24CDC0
Complementary color
Monochromatic Colors of #24CDC0
Black with #24CDC0
Text Example
Text Example
White with #24CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CDC0; }
p { color: rgb(36,205,192); }
H1.HeaderClassName
{
color: #24CDC0;
}
.AnyTagClassName
{
color: #24CDC0;
}
</style>
background-color css
<style>
a { background-color: #24CDC0; }
a { background-color: rgb(36,205,192); }
div.DivClassName
{
background-color: #24CDC0;
}
.BgClassName
{
background-color: #24CDC0;
}
</style>
border-color css
<style>
span { border-color: #24CDC0; }
span { border-color: rgb(36,205,192); }
td.TdClassName
{
border-color: #24CDC0;
}
.TagClassName
{
border-color: #24CDC0;
}
</style>