Shades of Light Sea Green #24C0A6
Tints of Light Sea Green #24C0A6
RGB
CMYK
RGB Variations
Color information
#24C0A6 (or 0x24C0A6) is known color: Light Sea Green. HEX triplet: 24, C0 and A6. RGB value is (36,192,166). Sum of RGB (Red+Green+Blue) = 36+192+166=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #24C0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24C0A6 is #DB3F59. Grayscale: #8E8E8E. Windows color (decimal): -14368602 or 10928164. OLE color: 10928164.
HSL color Cylindrical-coordinate representation of color #24C0A6: hue angle of 170º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24C0A6 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 166 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.25 |
| HSL | 170º | 0.68% | 0.45% | - |
| HSV(B) | 170º | 0.81% | 0.75% | - |
| XYZ | 26.46 | 40.83 | 42.56 | - |
| YUV | 142.39 | 141.32 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 166 | 0.81 | 0 | 0.14 | 0.25 | 170 | 0.68 | 0.45 |
| Hex | 24 | C0 | A6 | 51 | 0 | E | 19 | AA | 44 | 2D |
| Octal | 44 | 300 | 246 | 121 | 0 | 16 | 31 | 252 | 104 | 55 |
| Binary | 100100 | 11000000 | 10100110 | 1010001 | 0 | 1110 | 11001 | 10101010 | 1000100 | 101101 |
Color Harmonies of #24C0A6
Complementary color
Monochromatic Colors of #24C0A6
Black with #24C0A6
Text Example
Text Example
White with #24C0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C0A6; }
p { color: rgb(36,192,166); }
H1.HeaderClassName
{
color: #24C0A6;
}
.AnyTagClassName
{
color: #24C0A6;
}
</style>
background-color css
<style>
a { background-color: #24C0A6; }
a { background-color: rgb(36,192,166); }
div.DivClassName
{
background-color: #24C0A6;
}
.BgClassName
{
background-color: #24C0A6;
}
</style>
border-color css
<style>
span { border-color: #24C0A6; }
span { border-color: rgb(36,192,166); }
td.TdClassName
{
border-color: #24C0A6;
}
.TagClassName
{
border-color: #24C0A6;
}
</style>