Shades of Light Sea Green #24BDB7
Tints of Light Sea Green #24BDB7
RGB
CMYK
RGB Variations
Color information
#24BDB7 (or 0x24BDB7) is known color: Light Sea Green. HEX triplet: 24, BD and B7. RGB value is (36,189,183). Sum of RGB (Red+Green+Blue) = 36+189+183=408 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.82% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #24BDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDB7 is #DB4248. Grayscale: #8E8E8E. Windows color (decimal): -14369353 or 12041508. OLE color: 12041508.
HSL color Cylindrical-coordinate representation of color #24BDB7: hue angle of 177.65º 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 #24BDB7 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 183 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.26 |
| HSL | 177.65º | 0.68% | 0.44% | - |
| HSV(B) | 177.65º | 0.81% | 0.74% | - |
| XYZ | 27.47 | 40.19 | 51.11 | - |
| YUV | 142.57 | 150.81 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 183 | 0.81 | 0 | 0.03 | 0.26 | 177.65 | 0.68 | 0.44 |
| Hex | 24 | BD | B7 | 51 | 0 | 3 | 1A | B2 | 44 | 2C |
| Octal | 44 | 275 | 267 | 121 | 0 | 3 | 32 | 262 | 104 | 54 |
| Binary | 100100 | 10111101 | 10110111 | 1010001 | 0 | 11 | 11010 | 10110010 | 1000100 | 101100 |
Color Harmonies of #24BDB7
Complementary color
Monochromatic Colors of #24BDB7
Black with #24BDB7
Text Example
Text Example
White with #24BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDB7; }
p { color: rgb(36,189,183); }
H1.HeaderClassName
{
color: #24BDB7;
}
.AnyTagClassName
{
color: #24BDB7;
}
</style>
background-color css
<style>
a { background-color: #24BDB7; }
a { background-color: rgb(36,189,183); }
div.DivClassName
{
background-color: #24BDB7;
}
.BgClassName
{
background-color: #24BDB7;
}
</style>
border-color css
<style>
span { border-color: #24BDB7; }
span { border-color: rgb(36,189,183); }
td.TdClassName
{
border-color: #24BDB7;
}
.TagClassName
{
border-color: #24BDB7;
}
</style>