Shades of Light Sea Green #24BDBD
Tints of Light Sea Green #24BDBD
RGB
CMYK
RGB Variations
Color information
#24BDBD (or 0x24BDBD) is known color: Light Sea Green. HEX triplet: 24, BD and BD. RGB value is (36,189,189). Sum of RGB (Red+Green+Blue) = 36+189+189=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #24BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDBD is #DB4242. Grayscale: #8F8F8F. Windows color (decimal): -14369347 or 12434724. OLE color: 12434724.
HSL color Cylindrical-coordinate representation of color #24BDBD: hue angle of 180º 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 #24BDBD is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 189 | - |
| CMYK | 0.81 | 0 | 0 | 0.26 |
| HSL | 180º | 0.68% | 0.44% | - |
| HSV(B) | 180º | 0.81% | 0.74% | - |
| XYZ | 28.11 | 40.44 | 54.47 | - |
| YUV | 143.25 | 153.81 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 189 | 0.81 | 0 | 0 | 0.26 | 180 | 0.68 | 0.44 |
| Hex | 24 | BD | BD | 51 | 0 | 0 | 1A | B4 | 44 | 2C |
| Octal | 44 | 275 | 275 | 121 | 0 | 0 | 32 | 264 | 104 | 54 |
| Binary | 100100 | 10111101 | 10111101 | 1010001 | 0 | 0 | 11010 | 10110100 | 1000100 | 101100 |
Color Harmonies of #24BDBD
Complementary color
Monochromatic Colors of #24BDBD
Black with #24BDBD
Text Example
Text Example
White with #24BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDBD; }
p { color: rgb(36,189,189); }
H1.HeaderClassName
{
color: #24BDBD;
}
.AnyTagClassName
{
color: #24BDBD;
}
</style>
background-color css
<style>
a { background-color: #24BDBD; }
a { background-color: rgb(36,189,189); }
div.DivClassName
{
background-color: #24BDBD;
}
.BgClassName
{
background-color: #24BDBD;
}
</style>
border-color css
<style>
span { border-color: #24BDBD; }
span { border-color: rgb(36,189,189); }
td.TdClassName
{
border-color: #24BDBD;
}
.TagClassName
{
border-color: #24BDBD;
}
</style>