Shades of Light Sea Green #24BDC0
Tints of Light Sea Green #24BDC0
RGB
CMYK
RGB Variations
Color information
#24BDC0 (or 0x24BDC0) is known color: Light Sea Green. HEX triplet: 24, BD and C0. RGB value is (36,189,192). Sum of RGB (Red+Green+Blue) = 36+189+192=417 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.63% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #24BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDC0 is #DB423F. Grayscale: #8F8F8F. Windows color (decimal): -14369344 or 12631332. OLE color: 12631332.
HSL color Cylindrical-coordinate representation of color #24BDC0: hue angle of 181.15º 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 #24BDC0 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 189 | 192 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.25 |
| HSL | 181.15º | 0.68% | 0.45% | - |
| HSV(B) | 181.15º | 0.81% | 0.75% | - |
| XYZ | 28.44 | 40.58 | 56.2 | - |
| YUV | 143.6 | 155.31 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 192 | 0.81 | 0.02 | 0 | 0.25 | 181.15 | 0.68 | 0.45 |
| Hex | 24 | BD | C0 | 51 | 2 | 0 | 19 | B5 | 44 | 2D |
| Octal | 44 | 275 | 300 | 121 | 2 | 0 | 31 | 265 | 104 | 55 |
| Binary | 100100 | 10111101 | 11000000 | 1010001 | 10 | 0 | 11001 | 10110101 | 1000100 | 101101 |
Color Harmonies of #24BDC0
Complementary color
Monochromatic Colors of #24BDC0
Black with #24BDC0
Text Example
Text Example
White with #24BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDC0; }
p { color: rgb(36,189,192); }
H1.HeaderClassName
{
color: #24BDC0;
}
.AnyTagClassName
{
color: #24BDC0;
}
</style>
background-color css
<style>
a { background-color: #24BDC0; }
a { background-color: rgb(36,189,192); }
div.DivClassName
{
background-color: #24BDC0;
}
.BgClassName
{
background-color: #24BDC0;
}
</style>
border-color css
<style>
span { border-color: #24BDC0; }
span { border-color: rgb(36,189,192); }
td.TdClassName
{
border-color: #24BDC0;
}
.TagClassName
{
border-color: #24BDC0;
}
</style>