Shades of Light Sea Green #24BDA9
Tints of Light Sea Green #24BDA9
RGB
CMYK
RGB Variations
Color information
#24BDA9 (or 0x24BDA9) is known color: Light Sea Green. HEX triplet: 24, BD and A9. RGB value is (36,189,169). Sum of RGB (Red+Green+Blue) = 36+189+169=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #24BDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BDA9 is #DB4256. Grayscale: #8C8C8C. Windows color (decimal): -14369367 or 11124004. OLE color: 11124004.
HSL color Cylindrical-coordinate representation of color #24BDA9: hue angle of 172.16º 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 #24BDA9 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 169 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.26 |
| HSL | 172.16º | 0.68% | 0.44% | - |
| HSV(B) | 172.16º | 0.81% | 0.74% | - |
| XYZ | 26.09 | 39.63 | 43.81 | - |
| YUV | 140.97 | 143.81 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 169 | 0.81 | 0 | 0.11 | 0.26 | 172.16 | 0.68 | 0.44 |
| Hex | 24 | BD | A9 | 51 | 0 | B | 1A | AC | 44 | 2C |
| Octal | 44 | 275 | 251 | 121 | 0 | 13 | 32 | 254 | 104 | 54 |
| Binary | 100100 | 10111101 | 10101001 | 1010001 | 0 | 1011 | 11010 | 10101100 | 1000100 | 101100 |
Color Harmonies of #24BDA9
Complementary color
Monochromatic Colors of #24BDA9
Black with #24BDA9
Text Example
Text Example
White with #24BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDA9; }
p { color: rgb(36,189,169); }
H1.HeaderClassName
{
color: #24BDA9;
}
.AnyTagClassName
{
color: #24BDA9;
}
</style>
background-color css
<style>
a { background-color: #24BDA9; }
a { background-color: rgb(36,189,169); }
div.DivClassName
{
background-color: #24BDA9;
}
.BgClassName
{
background-color: #24BDA9;
}
</style>
border-color css
<style>
span { border-color: #24BDA9; }
span { border-color: rgb(36,189,169); }
td.TdClassName
{
border-color: #24BDA9;
}
.TagClassName
{
border-color: #24BDA9;
}
</style>