Shades of Light Sea Green #24BDA0
Tints of Light Sea Green #24BDA0
RGB
CMYK
RGB Variations
Color information
#24BDA0 (or 0x24BDA0) is known color: Light Sea Green. HEX triplet: 24, BD and A0. RGB value is (36,189,160). Sum of RGB (Red+Green+Blue) = 36+189+160=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #24BDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BDA0 is #DB425F. Grayscale: #8B8B8B. Windows color (decimal): -14369376 or 10534180. OLE color: 10534180.
HSL color Cylindrical-coordinate representation of color #24BDA0: hue angle of 168.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BDA0 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 160 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.26 |
| HSL | 168.63º | 0.68% | 0.44% | - |
| HSV(B) | 168.63º | 0.81% | 0.74% | - |
| XYZ | 25.27 | 39.31 | 39.51 | - |
| YUV | 139.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 160 | 0.81 | 0 | 0.15 | 0.26 | 168.63 | 0.68 | 0.44 |
| Hex | 24 | BD | A0 | 51 | 0 | F | 1A | A9 | 44 | 2C |
| Octal | 44 | 275 | 240 | 121 | 0 | 17 | 32 | 251 | 104 | 54 |
| Binary | 100100 | 10111101 | 10100000 | 1010001 | 0 | 1111 | 11010 | 10101001 | 1000100 | 101100 |
Color Harmonies of #24BDA0
Complementary color
Monochromatic Colors of #24BDA0
Black with #24BDA0
Text Example
Text Example
White with #24BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDA0; }
p { color: rgb(36,189,160); }
H1.HeaderClassName
{
color: #24BDA0;
}
.AnyTagClassName
{
color: #24BDA0;
}
</style>
background-color css
<style>
a { background-color: #24BDA0; }
a { background-color: rgb(36,189,160); }
div.DivClassName
{
background-color: #24BDA0;
}
.BgClassName
{
background-color: #24BDA0;
}
</style>
border-color css
<style>
span { border-color: #24BDA0; }
span { border-color: rgb(36,189,160); }
td.TdClassName
{
border-color: #24BDA0;
}
.TagClassName
{
border-color: #24BDA0;
}
</style>