Shades of Light Sea Green #24BCB0
Tints of Light Sea Green #24BCB0
RGB
CMYK
RGB Variations
Color information
#24BCB0 (or 0x24BCB0) is known color: Light Sea Green. HEX triplet: 24, BC and B0. RGB value is (36,188,176). Sum of RGB (Red+Green+Blue) = 36+188+176=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #24BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BCB0 is #DB434F. Grayscale: #8D8D8D. Windows color (decimal): -14369616 or 11582500. OLE color: 11582500.
HSL color Cylindrical-coordinate representation of color #24BCB0: hue angle of 175.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BCB0 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 188 | 176 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.26 |
| HSL | 175.26º | 0.68% | 0.44% | - |
| HSV(B) | 175.26º | 0.81% | 0.74% | - |
| XYZ | 26.55 | 39.48 | 47.29 | - |
| YUV | 141.18 | 147.64 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 176 | 0.81 | 0 | 0.06 | 0.26 | 175.26 | 0.68 | 0.44 |
| Hex | 24 | BC | B0 | 51 | 0 | 6 | 1A | AF | 44 | 2C |
| Octal | 44 | 274 | 260 | 121 | 0 | 6 | 32 | 257 | 104 | 54 |
| Binary | 100100 | 10111100 | 10110000 | 1010001 | 0 | 110 | 11010 | 10101111 | 1000100 | 101100 |
Color Harmonies of #24BCB0
Complementary color
Monochromatic Colors of #24BCB0
Black with #24BCB0
Text Example
Text Example
White with #24BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BCB0; }
p { color: rgb(36,188,176); }
H1.HeaderClassName
{
color: #24BCB0;
}
.AnyTagClassName
{
color: #24BCB0;
}
</style>
background-color css
<style>
a { background-color: #24BCB0; }
a { background-color: rgb(36,188,176); }
div.DivClassName
{
background-color: #24BCB0;
}
.BgClassName
{
background-color: #24BCB0;
}
</style>
border-color css
<style>
span { border-color: #24BCB0; }
span { border-color: rgb(36,188,176); }
td.TdClassName
{
border-color: #24BCB0;
}
.TagClassName
{
border-color: #24BCB0;
}
</style>