Shades of Light Sea Green #24C9BF
Tints of Light Sea Green #24C9BF
RGB
CMYK
RGB Variations
Color information
#24C9BF (or 0x24C9BF) is known color: Light Sea Green. HEX triplet: 24, C9 and BF. RGB value is (36,201,191). Sum of RGB (Red+Green+Blue) = 36+201+191=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #24C9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24C9BF is #DB3640. Grayscale: #969696. Windows color (decimal): -14366273 or 12568868. OLE color: 12568868.
HSL color Cylindrical-coordinate representation of color #24C9BF: hue angle of 176.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C9BF is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 201 | 191 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.21 |
| HSL | 176.36º | 0.7% | 0.46% | - |
| HSV(B) | 176.36º | 0.82% | 0.79% | - |
| XYZ | 31.02 | 45.91 | 56.52 | - |
| YUV | 150.53 | 150.84 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 201 | 191 | 0.82 | 0 | 0.05 | 0.21 | 176.36 | 0.7 | 0.46 |
| Hex | 24 | C9 | BF | 52 | 0 | 5 | 15 | B0 | 46 | 2E |
| Octal | 44 | 311 | 277 | 122 | 0 | 5 | 25 | 260 | 106 | 56 |
| Binary | 100100 | 11001001 | 10111111 | 1010010 | 0 | 101 | 10101 | 10110000 | 1000110 | 101110 |
Color Harmonies of #24C9BF
Complementary color
Monochromatic Colors of #24C9BF
Black with #24C9BF
Text Example
Text Example
White with #24C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C9BF; }
p { color: rgb(36,201,191); }
H1.HeaderClassName
{
color: #24C9BF;
}
.AnyTagClassName
{
color: #24C9BF;
}
</style>
background-color css
<style>
a { background-color: #24C9BF; }
a { background-color: rgb(36,201,191); }
div.DivClassName
{
background-color: #24C9BF;
}
.BgClassName
{
background-color: #24C9BF;
}
</style>
border-color css
<style>
span { border-color: #24C9BF; }
span { border-color: rgb(36,201,191); }
td.TdClassName
{
border-color: #24C9BF;
}
.TagClassName
{
border-color: #24C9BF;
}
</style>