Shades of Light Sea Green #24D0BE
Tints of Light Sea Green #24D0BE
RGB
CMYK
RGB Variations
Color information
#24D0BE (or 0x24D0BE) is known color: Light Sea Green. HEX triplet: 24, D0 and BE. RGB value is (36,208,190). Sum of RGB (Red+Green+Blue) = 36+208+190=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #24D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D0BE is #DB2F41. Grayscale: #9A9A9A. Windows color (decimal): -14364482 or 12505124. OLE color: 12505124.
HSL color Cylindrical-coordinate representation of color #24D0BE: hue angle of 173.72º 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 #24D0BE is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 208 | 190 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.18 |
| HSL | 173.72º | 0.7% | 0.48% | - |
| HSV(B) | 173.72º | 0.83% | 0.82% | - |
| XYZ | 32.58 | 49.2 | 56.5 | - |
| YUV | 154.52 | 148.02 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 208 | 190 | 0.83 | 0 | 0.09 | 0.18 | 173.72 | 0.7 | 0.48 |
| Hex | 24 | D0 | BE | 53 | 0 | 9 | 12 | AE | 46 | 30 |
| Octal | 44 | 320 | 276 | 123 | 0 | 11 | 22 | 256 | 106 | 60 |
| Binary | 100100 | 11010000 | 10111110 | 1010011 | 0 | 1001 | 10010 | 10101110 | 1000110 | 110000 |
Color Harmonies of #24D0BE
Complementary color
Monochromatic Colors of #24D0BE
Black with #24D0BE
Text Example
Text Example
White with #24D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D0BE; }
p { color: rgb(36,208,190); }
H1.HeaderClassName
{
color: #24D0BE;
}
.AnyTagClassName
{
color: #24D0BE;
}
</style>
background-color css
<style>
a { background-color: #24D0BE; }
a { background-color: rgb(36,208,190); }
div.DivClassName
{
background-color: #24D0BE;
}
.BgClassName
{
background-color: #24D0BE;
}
</style>
border-color css
<style>
span { border-color: #24D0BE; }
span { border-color: rgb(36,208,190); }
td.TdClassName
{
border-color: #24D0BE;
}
.TagClassName
{
border-color: #24D0BE;
}
</style>