Shades of Light Sea Green #24BBAC
Tints of Light Sea Green #24BBAC
RGB
CMYK
RGB Variations
Color information
#24BBAC (or 0x24BBAC) is known color: Light Sea Green. HEX triplet: 24, BB and AC. RGB value is (36,187,172). Sum of RGB (Red+Green+Blue) = 36+187+172=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #24BBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BBAC is #DB4453. Grayscale: #8C8C8C. Windows color (decimal): -14369876 or 11320100. OLE color: 11320100.
HSL color Cylindrical-coordinate representation of color #24BBAC: hue angle of 174.04º 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 #24BBAC is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 187 | 172 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.27 |
| HSL | 174.04º | 0.68% | 0.44% | - |
| HSV(B) | 174.04º | 0.81% | 0.73% | - |
| XYZ | 25.94 | 38.89 | 45.17 | - |
| YUV | 140.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 172 | 0.81 | 0 | 0.08 | 0.27 | 174.04 | 0.68 | 0.44 |
| Hex | 24 | BB | AC | 51 | 0 | 8 | 1B | AE | 44 | 2C |
| Octal | 44 | 273 | 254 | 121 | 0 | 10 | 33 | 256 | 104 | 54 |
| Binary | 100100 | 10111011 | 10101100 | 1010001 | 0 | 1000 | 11011 | 10101110 | 1000100 | 101100 |
Color Harmonies of #24BBAC
Complementary color
Monochromatic Colors of #24BBAC
Black with #24BBAC
Text Example
Text Example
White with #24BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BBAC; }
p { color: rgb(36,187,172); }
H1.HeaderClassName
{
color: #24BBAC;
}
.AnyTagClassName
{
color: #24BBAC;
}
</style>
background-color css
<style>
a { background-color: #24BBAC; }
a { background-color: rgb(36,187,172); }
div.DivClassName
{
background-color: #24BBAC;
}
.BgClassName
{
background-color: #24BBAC;
}
</style>
border-color css
<style>
span { border-color: #24BBAC; }
span { border-color: rgb(36,187,172); }
td.TdClassName
{
border-color: #24BBAC;
}
.TagClassName
{
border-color: #24BBAC;
}
</style>