Shades of Light Sea Green #24BA9A
Tints of Light Sea Green #24BA9A
RGB
CMYK
RGB Variations
Color information
#24BA9A (or 0x24BA9A) is known color: Light Sea Green. HEX triplet: 24, BA and 9A. RGB value is (36,186,154). Sum of RGB (Red+Green+Blue) = 36+186+154=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BA9A is #DB4565. Grayscale: #898989. Windows color (decimal): -14370150 or 10140196. OLE color: 10140196.
HSL color Cylindrical-coordinate representation of color #24BA9A: hue angle of 167.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BA9A is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 154 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.27 |
| HSL | 167.2º | 0.68% | 0.44% | - |
| HSV(B) | 167.2º | 0.81% | 0.73% | - |
| XYZ | 24.12 | 37.83 | 36.6 | - |
| YUV | 137.5 | 137.31 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 154 | 0.81 | 0 | 0.17 | 0.27 | 167.2 | 0.68 | 0.44 |
| Hex | 24 | BA | 9A | 51 | 0 | 11 | 1B | A7 | 44 | 2C |
| Octal | 44 | 272 | 232 | 121 | 0 | 21 | 33 | 247 | 104 | 54 |
| Binary | 100100 | 10111010 | 10011010 | 1010001 | 0 | 10001 | 11011 | 10100111 | 1000100 | 101100 |
Color Harmonies of #24BA9A
Complementary color
Monochromatic Colors of #24BA9A
Black with #24BA9A
Text Example
Text Example
White with #24BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BA9A; }
p { color: rgb(36,186,154); }
H1.HeaderClassName
{
color: #24BA9A;
}
.AnyTagClassName
{
color: #24BA9A;
}
</style>
background-color css
<style>
a { background-color: #24BA9A; }
a { background-color: rgb(36,186,154); }
div.DivClassName
{
background-color: #24BA9A;
}
.BgClassName
{
background-color: #24BA9A;
}
</style>
border-color css
<style>
span { border-color: #24BA9A; }
span { border-color: rgb(36,186,154); }
td.TdClassName
{
border-color: #24BA9A;
}
.TagClassName
{
border-color: #24BA9A;
}
</style>