Shades of Light Sea Green #24CFBA
Tints of Light Sea Green #24CFBA
RGB
CMYK
RGB Variations
Color information
#24CFBA (or 0x24CFBA) is known color: Light Sea Green. HEX triplet: 24, CF and BA. RGB value is (36,207,186). Sum of RGB (Red+Green+Blue) = 36+207+186=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #24CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CFBA is #DB3045. Grayscale: #999999. Windows color (decimal): -14364742 or 12242724. OLE color: 12242724.
HSL color Cylindrical-coordinate representation of color #24CFBA: hue angle of 172.63º 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 #24CFBA is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 207 | 186 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.19 |
| HSL | 172.63º | 0.7% | 0.48% | - |
| HSV(B) | 172.63º | 0.83% | 0.81% | - |
| XYZ | 31.9 | 48.55 | 54.14 | - |
| YUV | 153.48 | 146.35 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 207 | 186 | 0.83 | 0 | 0.10 | 0.19 | 172.63 | 0.7 | 0.48 |
| Hex | 24 | CF | BA | 53 | 0 | A | 13 | AD | 46 | 30 |
| Octal | 44 | 317 | 272 | 123 | 0 | 12 | 23 | 255 | 106 | 60 |
| Binary | 100100 | 11001111 | 10111010 | 1010011 | 0 | 1010 | 10011 | 10101101 | 1000110 | 110000 |
Color Harmonies of #24CFBA
Complementary color
Monochromatic Colors of #24CFBA
Black with #24CFBA
Text Example
Text Example
White with #24CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CFBA; }
p { color: rgb(36,207,186); }
H1.HeaderClassName
{
color: #24CFBA;
}
.AnyTagClassName
{
color: #24CFBA;
}
</style>
background-color css
<style>
a { background-color: #24CFBA; }
a { background-color: rgb(36,207,186); }
div.DivClassName
{
background-color: #24CFBA;
}
.BgClassName
{
background-color: #24CFBA;
}
</style>
border-color css
<style>
span { border-color: #24CFBA; }
span { border-color: rgb(36,207,186); }
td.TdClassName
{
border-color: #24CFBA;
}
.TagClassName
{
border-color: #24CFBA;
}
</style>