Shades of Light Sea Green #24BFAC
Tints of Light Sea Green #24BFAC
RGB
CMYK
RGB Variations
Color information
#24BFAC (or 0x24BFAC) is known color: Light Sea Green. HEX triplet: 24, BF and AC. RGB value is (36,191,172). Sum of RGB (Red+Green+Blue) = 36+191+172=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #24BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BFAC is #DB4053. Grayscale: #8E8E8E. Windows color (decimal): -14368852 or 11321124. OLE color: 11321124.
HSL color Cylindrical-coordinate representation of color #24BFAC: hue angle of 172.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BFAC is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 172 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.25 |
| HSL | 172.65º | 0.68% | 0.45% | - |
| HSV(B) | 172.65º | 0.81% | 0.75% | - |
| XYZ | 26.8 | 40.62 | 45.46 | - |
| YUV | 142.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 172 | 0.81 | 0 | 0.10 | 0.25 | 172.65 | 0.68 | 0.45 |
| Hex | 24 | BF | AC | 51 | 0 | A | 19 | AD | 44 | 2D |
| Octal | 44 | 277 | 254 | 121 | 0 | 12 | 31 | 255 | 104 | 55 |
| Binary | 100100 | 10111111 | 10101100 | 1010001 | 0 | 1010 | 11001 | 10101101 | 1000100 | 101101 |
Color Harmonies of #24BFAC
Complementary color
Monochromatic Colors of #24BFAC
Black with #24BFAC
Text Example
Text Example
White with #24BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFAC; }
p { color: rgb(36,191,172); }
H1.HeaderClassName
{
color: #24BFAC;
}
.AnyTagClassName
{
color: #24BFAC;
}
</style>
background-color css
<style>
a { background-color: #24BFAC; }
a { background-color: rgb(36,191,172); }
div.DivClassName
{
background-color: #24BFAC;
}
.BgClassName
{
background-color: #24BFAC;
}
</style>
border-color css
<style>
span { border-color: #24BFAC; }
span { border-color: rgb(36,191,172); }
td.TdClassName
{
border-color: #24BFAC;
}
.TagClassName
{
border-color: #24BFAC;
}
</style>