Shades of Light Sea Green #24D0BA
Tints of Light Sea Green #24D0BA
RGB
CMYK
RGB Variations
Color information
#24D0BA (or 0x24D0BA) is known color: Light Sea Green. HEX triplet: 24, D0 and BA. RGB value is (36,208,186). Sum of RGB (Red+Green+Blue) = 36+208+186=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #24D0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D0BA is #DB2F45. Grayscale: #999999. Windows color (decimal): -14364486 or 12242980. OLE color: 12242980.
HSL color Cylindrical-coordinate representation of color #24D0BA: hue angle of 172.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D0BA is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 208 | 186 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.18 |
| HSL | 172.33º | 0.7% | 0.48% | - |
| HSV(B) | 172.33º | 0.83% | 0.82% | - |
| XYZ | 32.15 | 49.03 | 54.22 | - |
| YUV | 154.06 | 146.02 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 186 | 0.83 | 0 | 0.11 | 0.18 | 172.33 | 0.7 | 0.48 |
| Hex | 24 | D0 | BA | 53 | 0 | B | 12 | AC | 46 | 30 |
| Octal | 44 | 320 | 272 | 123 | 0 | 13 | 22 | 254 | 106 | 60 |
| Binary | 100100 | 11010000 | 10111010 | 1010011 | 0 | 1011 | 10010 | 10101100 | 1000110 | 110000 |
Color Harmonies of #24D0BA
Complementary color
Monochromatic Colors of #24D0BA
Black with #24D0BA
Text Example
Text Example
White with #24D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D0BA; }
p { color: rgb(36,208,186); }
H1.HeaderClassName
{
color: #24D0BA;
}
.AnyTagClassName
{
color: #24D0BA;
}
</style>
background-color css
<style>
a { background-color: #24D0BA; }
a { background-color: rgb(36,208,186); }
div.DivClassName
{
background-color: #24D0BA;
}
.BgClassName
{
background-color: #24D0BA;
}
</style>
border-color css
<style>
span { border-color: #24D0BA; }
span { border-color: rgb(36,208,186); }
td.TdClassName
{
border-color: #24D0BA;
}
.TagClassName
{
border-color: #24D0BA;
}
</style>