Shades of Light Sea Green #24C2AA
Tints of Light Sea Green #24C2AA
RGB
CMYK
RGB Variations
Color information
#24C2AA (or 0x24C2AA) is known color: Light Sea Green. HEX triplet: 24, C2 and AA. RGB value is (36,194,170). Sum of RGB (Red+Green+Blue) = 36+194+170=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #24C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24C2AA is #DB3D55. Grayscale: #8F8F8F. Windows color (decimal): -14368086 or 11190820. OLE color: 11190820.
HSL color Cylindrical-coordinate representation of color #24C2AA: hue angle of 170.89º 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 #24C2AA is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 194 | 170 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.24 |
| HSL | 170.89º | 0.69% | 0.45% | - |
| HSV(B) | 170.89º | 0.81% | 0.76% | - |
| XYZ | 27.28 | 41.86 | 44.67 | - |
| YUV | 144.02 | 142.65 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 194 | 170 | 0.81 | 0 | 0.12 | 0.24 | 170.89 | 0.69 | 0.45 |
| Hex | 24 | C2 | AA | 51 | 0 | C | 18 | AB | 45 | 2D |
| Octal | 44 | 302 | 252 | 121 | 0 | 14 | 30 | 253 | 105 | 55 |
| Binary | 100100 | 11000010 | 10101010 | 1010001 | 0 | 1100 | 11000 | 10101011 | 1000101 | 101101 |
Color Harmonies of #24C2AA
Complementary color
Monochromatic Colors of #24C2AA
Black with #24C2AA
Text Example
Text Example
White with #24C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C2AA; }
p { color: rgb(36,194,170); }
H1.HeaderClassName
{
color: #24C2AA;
}
.AnyTagClassName
{
color: #24C2AA;
}
</style>
background-color css
<style>
a { background-color: #24C2AA; }
a { background-color: rgb(36,194,170); }
div.DivClassName
{
background-color: #24C2AA;
}
.BgClassName
{
background-color: #24C2AA;
}
</style>
border-color css
<style>
span { border-color: #24C2AA; }
span { border-color: rgb(36,194,170); }
td.TdClassName
{
border-color: #24C2AA;
}
.TagClassName
{
border-color: #24C2AA;
}
</style>