Shades of Light Sea Green #24CABD
Tints of Light Sea Green #24CABD
RGB
CMYK
RGB Variations
Color information
#24CABD (or 0x24CABD) is known color: Light Sea Green. HEX triplet: 24, CA and BD. RGB value is (36,202,189). Sum of RGB (Red+Green+Blue) = 36+202+189=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #24CABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CABD is #DB3542. Grayscale: #969696. Windows color (decimal): -14366019 or 12438052. OLE color: 12438052.
HSL color Cylindrical-coordinate representation of color #24CABD: hue angle of 175.3º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CABD is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 202 | 189 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.21 |
| HSL | 175.3º | 0.7% | 0.47% | - |
| HSV(B) | 175.3º | 0.82% | 0.79% | - |
| XYZ | 31.03 | 46.29 | 55.44 | - |
| YUV | 150.88 | 149.5 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 189 | 0.82 | 0 | 0.06 | 0.21 | 175.3 | 0.7 | 0.47 |
| Hex | 24 | CA | BD | 52 | 0 | 6 | 15 | AF | 46 | 2F |
| Octal | 44 | 312 | 275 | 122 | 0 | 6 | 25 | 257 | 106 | 57 |
| Binary | 100100 | 11001010 | 10111101 | 1010010 | 0 | 110 | 10101 | 10101111 | 1000110 | 101111 |
Color Harmonies of #24CABD
Complementary color
Monochromatic Colors of #24CABD
Black with #24CABD
Text Example
Text Example
White with #24CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CABD; }
p { color: rgb(36,202,189); }
H1.HeaderClassName
{
color: #24CABD;
}
.AnyTagClassName
{
color: #24CABD;
}
</style>
background-color css
<style>
a { background-color: #24CABD; }
a { background-color: rgb(36,202,189); }
div.DivClassName
{
background-color: #24CABD;
}
.BgClassName
{
background-color: #24CABD;
}
</style>
border-color css
<style>
span { border-color: #24CABD; }
span { border-color: rgb(36,202,189); }
td.TdClassName
{
border-color: #24CABD;
}
.TagClassName
{
border-color: #24CABD;
}
</style>