Shades of Light Sea Green #24BFAE
Tints of Light Sea Green #24BFAE
RGB
CMYK
RGB Variations
Color information
#24BFAE (or 0x24BFAE) is known color: Light Sea Green. HEX triplet: 24, BF and AE. RGB value is (36,191,174). Sum of RGB (Red+Green+Blue) = 36+191+174=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #24BFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BFAE is #DB4051. Grayscale: #8E8E8E. Windows color (decimal): -14368850 or 11452196. OLE color: 11452196.
HSL color Cylindrical-coordinate representation of color #24BFAE: hue angle of 173.42º 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 #24BFAE is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 174 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.25 |
| HSL | 173.42º | 0.68% | 0.45% | - |
| HSV(B) | 173.42º | 0.81% | 0.75% | - |
| XYZ | 27 | 40.69 | 46.48 | - |
| YUV | 142.72 | 145.65 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 174 | 0.81 | 0 | 0.09 | 0.25 | 173.42 | 0.68 | 0.45 |
| Hex | 24 | BF | AE | 51 | 0 | 9 | 19 | AD | 44 | 2D |
| Octal | 44 | 277 | 256 | 121 | 0 | 11 | 31 | 255 | 104 | 55 |
| Binary | 100100 | 10111111 | 10101110 | 1010001 | 0 | 1001 | 11001 | 10101101 | 1000100 | 101101 |
Color Harmonies of #24BFAE
Complementary color
Monochromatic Colors of #24BFAE
Black with #24BFAE
Text Example
Text Example
White with #24BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFAE; }
p { color: rgb(36,191,174); }
H1.HeaderClassName
{
color: #24BFAE;
}
.AnyTagClassName
{
color: #24BFAE;
}
</style>
background-color css
<style>
a { background-color: #24BFAE; }
a { background-color: rgb(36,191,174); }
div.DivClassName
{
background-color: #24BFAE;
}
.BgClassName
{
background-color: #24BFAE;
}
</style>
border-color css
<style>
span { border-color: #24BFAE; }
span { border-color: rgb(36,191,174); }
td.TdClassName
{
border-color: #24BFAE;
}
.TagClassName
{
border-color: #24BFAE;
}
</style>