Shades of Light Sea Green #24BDAA
Tints of Light Sea Green #24BDAA
RGB
CMYK
RGB Variations
Color information
#24BDAA (or 0x24BDAA) is known color: Light Sea Green. HEX triplet: 24, BD and AA. RGB value is (36,189,170). Sum of RGB (Red+Green+Blue) = 36+189+170=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #24BDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BDAA is #DB4255. Grayscale: #8D8D8D. Windows color (decimal): -14369366 or 11189540. OLE color: 11189540.
HSL color Cylindrical-coordinate representation of color #24BDAA: hue angle of 172.55º 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 #24BDAA is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 170 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.26 |
| HSL | 172.55º | 0.68% | 0.44% | - |
| HSV(B) | 172.55º | 0.81% | 0.74% | - |
| XYZ | 26.18 | 39.67 | 44.31 | - |
| YUV | 141.09 | 144.31 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 170 | 0.81 | 0 | 0.10 | 0.26 | 172.55 | 0.68 | 0.44 |
| Hex | 24 | BD | AA | 51 | 0 | A | 1A | AD | 44 | 2C |
| Octal | 44 | 275 | 252 | 121 | 0 | 12 | 32 | 255 | 104 | 54 |
| Binary | 100100 | 10111101 | 10101010 | 1010001 | 0 | 1010 | 11010 | 10101101 | 1000100 | 101100 |
Color Harmonies of #24BDAA
Complementary color
Monochromatic Colors of #24BDAA
Black with #24BDAA
Text Example
Text Example
White with #24BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDAA; }
p { color: rgb(36,189,170); }
H1.HeaderClassName
{
color: #24BDAA;
}
.AnyTagClassName
{
color: #24BDAA;
}
</style>
background-color css
<style>
a { background-color: #24BDAA; }
a { background-color: rgb(36,189,170); }
div.DivClassName
{
background-color: #24BDAA;
}
.BgClassName
{
background-color: #24BDAA;
}
</style>
border-color css
<style>
span { border-color: #24BDAA; }
span { border-color: rgb(36,189,170); }
td.TdClassName
{
border-color: #24BDAA;
}
.TagClassName
{
border-color: #24BDAA;
}
</style>