Shades of Light Sea Green #24BFC0
Tints of Light Sea Green #24BFC0
RGB
CMYK
RGB Variations
Color information
#24BFC0 (or 0x24BFC0) is known color: Light Sea Green. HEX triplet: 24, BF and C0. RGB value is (36,191,192). Sum of RGB (Red+Green+Blue) = 36+191+192=419 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.59% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #24BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BFC0 is #DB403F. Grayscale: #909090. Windows color (decimal): -14368832 or 12631844. OLE color: 12631844.
HSL color Cylindrical-coordinate representation of color #24BFC0: hue angle of 180.38º 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 #24BFC0 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 192 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.25 |
| HSL | 180.38º | 0.68% | 0.45% | - |
| HSV(B) | 180.38º | 0.81% | 0.75% | - |
| XYZ | 28.87 | 41.44 | 56.35 | - |
| YUV | 144.77 | 154.65 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 192 | 0.81 | 0.01 | 0 | 0.25 | 180.38 | 0.68 | 0.45 |
| Hex | 24 | BF | C0 | 51 | 1 | 0 | 19 | B4 | 44 | 2D |
| Octal | 44 | 277 | 300 | 121 | 1 | 0 | 31 | 264 | 104 | 55 |
| Binary | 100100 | 10111111 | 11000000 | 1010001 | 1 | 0 | 11001 | 10110100 | 1000100 | 101101 |
Color Harmonies of #24BFC0
Complementary color
Monochromatic Colors of #24BFC0
Black with #24BFC0
Text Example
Text Example
White with #24BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BFC0; }
p { color: rgb(36,191,192); }
H1.HeaderClassName
{
color: #24BFC0;
}
.AnyTagClassName
{
color: #24BFC0;
}
</style>
background-color css
<style>
a { background-color: #24BFC0; }
a { background-color: rgb(36,191,192); }
div.DivClassName
{
background-color: #24BFC0;
}
.BgClassName
{
background-color: #24BFC0;
}
</style>
border-color css
<style>
span { border-color: #24BFC0; }
span { border-color: rgb(36,191,192); }
td.TdClassName
{
border-color: #24BFC0;
}
.TagClassName
{
border-color: #24BFC0;
}
</style>