Shades of Light Sea Green #24CFBD
Tints of Light Sea Green #24CFBD
RGB
CMYK
RGB Variations
Color information
#24CFBD (or 0x24CFBD) is known color: Light Sea Green. HEX triplet: 24, CF and BD. RGB value is (36,207,189). Sum of RGB (Red+Green+Blue) = 36+207+189=432 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.33% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #24CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFBD is #DB3042. Grayscale: #999999. Windows color (decimal): -14364739 or 12439332. OLE color: 12439332.
HSL color Cylindrical-coordinate representation of color #24CFBD: hue angle of 173.68º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CFBD is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 207 | 189 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.19 |
| HSL | 173.68º | 0.7% | 0.48% | - |
| HSV(B) | 173.68º | 0.83% | 0.81% | - |
| XYZ | 32.23 | 48.67 | 55.84 | - |
| YUV | 153.82 | 147.85 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 189 | 0.83 | 0 | 0.09 | 0.19 | 173.68 | 0.7 | 0.48 |
| Hex | 24 | CF | BD | 53 | 0 | 9 | 13 | AE | 46 | 30 |
| Octal | 44 | 317 | 275 | 123 | 0 | 11 | 23 | 256 | 106 | 60 |
| Binary | 100100 | 11001111 | 10111101 | 1010011 | 0 | 1001 | 10011 | 10101110 | 1000110 | 110000 |
Color Harmonies of #24CFBD
Complementary color
Monochromatic Colors of #24CFBD
Black with #24CFBD
Text Example
Text Example
White with #24CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFBD; }
p { color: rgb(36,207,189); }
H1.HeaderClassName
{
color: #24CFBD;
}
.AnyTagClassName
{
color: #24CFBD;
}
</style>
background-color css
<style>
a { background-color: #24CFBD; }
a { background-color: rgb(36,207,189); }
div.DivClassName
{
background-color: #24CFBD;
}
.BgClassName
{
background-color: #24CFBD;
}
</style>
border-color css
<style>
span { border-color: #24CFBD; }
span { border-color: rgb(36,207,189); }
td.TdClassName
{
border-color: #24CFBD;
}
.TagClassName
{
border-color: #24CFBD;
}
</style>