Shades of Light Sea Green #24D0BD
Tints of Light Sea Green #24D0BD
RGB
CMYK
RGB Variations
Color information
#24D0BD (or 0x24D0BD) is known color: Light Sea Green. HEX triplet: 24, D0 and BD. RGB value is (36,208,189). Sum of RGB (Red+Green+Blue) = 36+208+189=433 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.31% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #24D0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D0BD is #DB2F42. Grayscale: #9A9A9A. Windows color (decimal): -14364483 or 12439588. OLE color: 12439588.
HSL color Cylindrical-coordinate representation of color #24D0BD: hue angle of 173.37º 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 #24D0BD is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 208 | 189 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.18 |
| HSL | 173.37º | 0.7% | 0.48% | - |
| HSV(B) | 173.37º | 0.83% | 0.82% | - |
| XYZ | 32.47 | 49.16 | 55.92 | - |
| YUV | 154.41 | 147.52 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 189 | 0.83 | 0 | 0.09 | 0.18 | 173.37 | 0.7 | 0.48 |
| Hex | 24 | D0 | BD | 53 | 0 | 9 | 12 | AD | 46 | 30 |
| Octal | 44 | 320 | 275 | 123 | 0 | 11 | 22 | 255 | 106 | 60 |
| Binary | 100100 | 11010000 | 10111101 | 1010011 | 0 | 1001 | 10010 | 10101101 | 1000110 | 110000 |
Color Harmonies of #24D0BD
Complementary color
Monochromatic Colors of #24D0BD
Black with #24D0BD
Text Example
Text Example
White with #24D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D0BD; }
p { color: rgb(36,208,189); }
H1.HeaderClassName
{
color: #24D0BD;
}
.AnyTagClassName
{
color: #24D0BD;
}
</style>
background-color css
<style>
a { background-color: #24D0BD; }
a { background-color: rgb(36,208,189); }
div.DivClassName
{
background-color: #24D0BD;
}
.BgClassName
{
background-color: #24D0BD;
}
</style>
border-color css
<style>
span { border-color: #24D0BD; }
span { border-color: rgb(36,208,189); }
td.TdClassName
{
border-color: #24D0BD;
}
.TagClassName
{
border-color: #24D0BD;
}
</style>