Shades of Light Sea Green #24C0A2
Tints of Light Sea Green #24C0A2
RGB
CMYK
RGB Variations
Color information
#24C0A2 (or 0x24C0A2) is known color: Light Sea Green. HEX triplet: 24, C0 and A2. RGB value is (36,192,162). Sum of RGB (Red+Green+Blue) = 36+192+162=390 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.23% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #24C0A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24C0A2 is #DB3F5D. Grayscale: #8D8D8D. Windows color (decimal): -14368606 or 10666020. OLE color: 10666020.
HSL color Cylindrical-coordinate representation of color #24C0A2: hue angle of 168.46º 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 #24C0A2 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 162 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.25 |
| HSL | 168.46º | 0.68% | 0.45% | - |
| HSV(B) | 168.46º | 0.81% | 0.75% | - |
| XYZ | 26.1 | 40.68 | 40.66 | - |
| YUV | 141.94 | 139.32 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 162 | 0.81 | 0 | 0.16 | 0.25 | 168.46 | 0.68 | 0.45 |
| Hex | 24 | C0 | A2 | 51 | 0 | 10 | 19 | A8 | 44 | 2D |
| Octal | 44 | 300 | 242 | 121 | 0 | 20 | 31 | 250 | 104 | 55 |
| Binary | 100100 | 11000000 | 10100010 | 1010001 | 0 | 10000 | 11001 | 10101000 | 1000100 | 101101 |
Color Harmonies of #24C0A2
Complementary color
Monochromatic Colors of #24C0A2
Black with #24C0A2
Text Example
Text Example
White with #24C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C0A2; }
p { color: rgb(36,192,162); }
H1.HeaderClassName
{
color: #24C0A2;
}
.AnyTagClassName
{
color: #24C0A2;
}
</style>
background-color css
<style>
a { background-color: #24C0A2; }
a { background-color: rgb(36,192,162); }
div.DivClassName
{
background-color: #24C0A2;
}
.BgClassName
{
background-color: #24C0A2;
}
</style>
border-color css
<style>
span { border-color: #24C0A2; }
span { border-color: rgb(36,192,162); }
td.TdClassName
{
border-color: #24C0A2;
}
.TagClassName
{
border-color: #24C0A2;
}
</style>