Shades of Light Sea Green #24BCBD
Tints of Light Sea Green #24BCBD
RGB
CMYK
RGB Variations
Color information
#24BCBD (or 0x24BCBD) is known color: Light Sea Green. HEX triplet: 24, BC and BD. RGB value is (36,188,189). Sum of RGB (Red+Green+Blue) = 36+188+189=413 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.72% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #24BCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BCBD is #DB4342. Grayscale: #8E8E8E. Windows color (decimal): -14369603 or 12434468. OLE color: 12434468.
HSL color Cylindrical-coordinate representation of color #24BCBD: hue angle of 180.39º 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 #24BCBD is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 188 | 189 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.26 |
| HSL | 180.39º | 0.68% | 0.44% | - |
| HSV(B) | 180.39º | 0.81% | 0.74% | - |
| XYZ | 27.9 | 40.02 | 54.4 | - |
| YUV | 142.67 | 154.14 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 189 | 0.81 | 0.01 | 0 | 0.26 | 180.39 | 0.68 | 0.44 |
| Hex | 24 | BC | BD | 51 | 1 | 0 | 1A | B4 | 44 | 2C |
| Octal | 44 | 274 | 275 | 121 | 1 | 0 | 32 | 264 | 104 | 54 |
| Binary | 100100 | 10111100 | 10111101 | 1010001 | 1 | 0 | 11010 | 10110100 | 1000100 | 101100 |
Color Harmonies of #24BCBD
Complementary color
Monochromatic Colors of #24BCBD
Black with #24BCBD
Text Example
Text Example
White with #24BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BCBD; }
p { color: rgb(36,188,189); }
H1.HeaderClassName
{
color: #24BCBD;
}
.AnyTagClassName
{
color: #24BCBD;
}
</style>
background-color css
<style>
a { background-color: #24BCBD; }
a { background-color: rgb(36,188,189); }
div.DivClassName
{
background-color: #24BCBD;
}
.BgClassName
{
background-color: #24BCBD;
}
</style>
border-color css
<style>
span { border-color: #24BCBD; }
span { border-color: rgb(36,188,189); }
td.TdClassName
{
border-color: #24BCBD;
}
.TagClassName
{
border-color: #24BCBD;
}
</style>