Shades of Light Sea Green #24BFA6
Tints of Light Sea Green #24BFA6
RGB
CMYK
RGB Variations
Color information
#24BFA6 (or 0x24BFA6) is known color: Light Sea Green. HEX triplet: 24, BF and A6. RGB value is (36,191,166). Sum of RGB (Red+Green+Blue) = 36+191+166=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #24BFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BFA6 is #DB4059. Grayscale: #8D8D8D. Windows color (decimal): -14368858 or 10927908. OLE color: 10927908.
HSL color Cylindrical-coordinate representation of color #24BFA6: hue angle of 170.32º 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 #24BFA6 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 166 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.25 |
| HSL | 170.32º | 0.68% | 0.45% | - |
| HSV(B) | 170.32º | 0.81% | 0.75% | - |
| XYZ | 26.24 | 40.39 | 42.49 | - |
| YUV | 141.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 166 | 0.81 | 0 | 0.13 | 0.25 | 170.32 | 0.68 | 0.45 |
| Hex | 24 | BF | A6 | 51 | 0 | D | 19 | AA | 44 | 2D |
| Octal | 44 | 277 | 246 | 121 | 0 | 15 | 31 | 252 | 104 | 55 |
| Binary | 100100 | 10111111 | 10100110 | 1010001 | 0 | 1101 | 11001 | 10101010 | 1000100 | 101101 |
Color Harmonies of #24BFA6
Complementary color
Monochromatic Colors of #24BFA6
Black with #24BFA6
Text Example
Text Example
White with #24BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFA6; }
p { color: rgb(36,191,166); }
H1.HeaderClassName
{
color: #24BFA6;
}
.AnyTagClassName
{
color: #24BFA6;
}
</style>
background-color css
<style>
a { background-color: #24BFA6; }
a { background-color: rgb(36,191,166); }
div.DivClassName
{
background-color: #24BFA6;
}
.BgClassName
{
background-color: #24BFA6;
}
</style>
border-color css
<style>
span { border-color: #24BFA6; }
span { border-color: rgb(36,191,166); }
td.TdClassName
{
border-color: #24BFA6;
}
.TagClassName
{
border-color: #24BFA6;
}
</style>