Shades of Light Sea Green #24CEC0
Tints of Light Sea Green #24CEC0
RGB
CMYK
RGB Variations
Color information
#24CEC0 (or 0x24CEC0) is known color: Light Sea Green. HEX triplet: 24, CE and C0. RGB value is (36,206,192). Sum of RGB (Red+Green+Blue) = 36+206+192=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #24CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CEC0 is #DB313F. Grayscale: #999999. Windows color (decimal): -14364992 or 12635684. OLE color: 12635684.
HSL color Cylindrical-coordinate representation of color #24CEC0: hue angle of 175.06º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CEC0 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 206 | 192 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.19 |
| HSL | 175.06º | 0.7% | 0.47% | - |
| HSV(B) | 175.06º | 0.83% | 0.81% | - |
| XYZ | 32.31 | 48.32 | 57.49 | - |
| YUV | 153.57 | 149.68 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 206 | 192 | 0.83 | 0 | 0.07 | 0.19 | 175.06 | 0.7 | 0.47 |
| Hex | 24 | CE | C0 | 53 | 0 | 7 | 13 | AF | 46 | 2F |
| Octal | 44 | 316 | 300 | 123 | 0 | 7 | 23 | 257 | 106 | 57 |
| Binary | 100100 | 11001110 | 11000000 | 1010011 | 0 | 111 | 10011 | 10101111 | 1000110 | 101111 |
Color Harmonies of #24CEC0
Complementary color
Monochromatic Colors of #24CEC0
Black with #24CEC0
Text Example
Text Example
White with #24CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CEC0; }
p { color: rgb(36,206,192); }
H1.HeaderClassName
{
color: #24CEC0;
}
.AnyTagClassName
{
color: #24CEC0;
}
</style>
background-color css
<style>
a { background-color: #24CEC0; }
a { background-color: rgb(36,206,192); }
div.DivClassName
{
background-color: #24CEC0;
}
.BgClassName
{
background-color: #24CEC0;
}
</style>
border-color css
<style>
span { border-color: #24CEC0; }
span { border-color: rgb(36,206,192); }
td.TdClassName
{
border-color: #24CEC0;
}
.TagClassName
{
border-color: #24CEC0;
}
</style>