Shades of Light Sea Green #24BFAF
Tints of Light Sea Green #24BFAF
RGB
CMYK
RGB Variations
Color information
#24BFAF (or 0x24BFAF) is known color: Light Sea Green. HEX triplet: 24, BF and AF. RGB value is (36,191,175). Sum of RGB (Red+Green+Blue) = 36+191+175=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #24BFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BFAF is #DB4050. Grayscale: #8E8E8E. Windows color (decimal): -14368849 or 11517732. OLE color: 11517732.
HSL color Cylindrical-coordinate representation of color #24BFAF: hue angle of 173.81º 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 #24BFAF is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 175 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.25 |
| HSL | 173.81º | 0.68% | 0.45% | - |
| HSV(B) | 173.81º | 0.81% | 0.75% | - |
| XYZ | 27.1 | 40.73 | 46.99 | - |
| YUV | 142.83 | 146.15 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 175 | 0.81 | 0 | 0.08 | 0.25 | 173.81 | 0.68 | 0.45 |
| Hex | 24 | BF | AF | 51 | 0 | 8 | 19 | AE | 44 | 2D |
| Octal | 44 | 277 | 257 | 121 | 0 | 10 | 31 | 256 | 104 | 55 |
| Binary | 100100 | 10111111 | 10101111 | 1010001 | 0 | 1000 | 11001 | 10101110 | 1000100 | 101101 |
Color Harmonies of #24BFAF
Complementary color
Monochromatic Colors of #24BFAF
Black with #24BFAF
Text Example
Text Example
White with #24BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFAF; }
p { color: rgb(36,191,175); }
H1.HeaderClassName
{
color: #24BFAF;
}
.AnyTagClassName
{
color: #24BFAF;
}
</style>
background-color css
<style>
a { background-color: #24BFAF; }
a { background-color: rgb(36,191,175); }
div.DivClassName
{
background-color: #24BFAF;
}
.BgClassName
{
background-color: #24BFAF;
}
</style>
border-color css
<style>
span { border-color: #24BFAF; }
span { border-color: rgb(36,191,175); }
td.TdClassName
{
border-color: #24BFAF;
}
.TagClassName
{
border-color: #24BFAF;
}
</style>