Shades of Light Sea Green #24C2B0
Tints of Light Sea Green #24C2B0
RGB
CMYK
RGB Variations
Color information
#24C2B0 (or 0x24C2B0) is known color: Light Sea Green. HEX triplet: 24, C2 and B0. RGB value is (36,194,176). Sum of RGB (Red+Green+Blue) = 36+194+176=406 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.87% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #24C2B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24C2B0 is #DB3D4F. Grayscale: #909090. Windows color (decimal): -14368080 or 11584036. OLE color: 11584036.
HSL color Cylindrical-coordinate representation of color #24C2B0: hue angle of 173.16º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24C2B0 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 194 | 176 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.24 |
| HSL | 173.16º | 0.69% | 0.45% | - |
| HSV(B) | 173.16º | 0.81% | 0.76% | - |
| XYZ | 27.86 | 42.09 | 47.73 | - |
| YUV | 144.71 | 145.65 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 194 | 176 | 0.81 | 0 | 0.09 | 0.24 | 173.16 | 0.69 | 0.45 |
| Hex | 24 | C2 | B0 | 51 | 0 | 9 | 18 | AD | 45 | 2D |
| Octal | 44 | 302 | 260 | 121 | 0 | 11 | 30 | 255 | 105 | 55 |
| Binary | 100100 | 11000010 | 10110000 | 1010001 | 0 | 1001 | 11000 | 10101101 | 1000101 | 101101 |
Color Harmonies of #24C2B0
Complementary color
Monochromatic Colors of #24C2B0
Black with #24C2B0
Text Example
Text Example
White with #24C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C2B0; }
p { color: rgb(36,194,176); }
H1.HeaderClassName
{
color: #24C2B0;
}
.AnyTagClassName
{
color: #24C2B0;
}
</style>
background-color css
<style>
a { background-color: #24C2B0; }
a { background-color: rgb(36,194,176); }
div.DivClassName
{
background-color: #24C2B0;
}
.BgClassName
{
background-color: #24C2B0;
}
</style>
border-color css
<style>
span { border-color: #24C2B0; }
span { border-color: rgb(36,194,176); }
td.TdClassName
{
border-color: #24C2B0;
}
.TagClassName
{
border-color: #24C2B0;
}
</style>