Shades of Light Sea Green #24BDBE
Tints of Light Sea Green #24BDBE
RGB
CMYK
RGB Variations
Color information
#24BDBE (or 0x24BDBE) is known color: Light Sea Green. HEX triplet: 24, BD and BE. RGB value is (36,189,190). Sum of RGB (Red+Green+Blue) = 36+189+190=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #24BDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDBE is #DB4241. Grayscale: #8F8F8F. Windows color (decimal): -14369346 or 12500260. OLE color: 12500260.
HSL color Cylindrical-coordinate representation of color #24BDBE: hue angle of 180.39º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BDBE is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 189 | 190 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.25 |
| HSL | 180.39º | 0.68% | 0.44% | - |
| HSV(B) | 180.39º | 0.81% | 0.75% | - |
| XYZ | 28.22 | 40.49 | 55.04 | - |
| YUV | 143.37 | 154.31 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 190 | 0.81 | 0.01 | 0 | 0.25 | 180.39 | 0.68 | 0.44 |
| Hex | 24 | BD | BE | 51 | 1 | 0 | 19 | B4 | 44 | 2C |
| Octal | 44 | 275 | 276 | 121 | 1 | 0 | 31 | 264 | 104 | 54 |
| Binary | 100100 | 10111101 | 10111110 | 1010001 | 1 | 0 | 11001 | 10110100 | 1000100 | 101100 |
Color Harmonies of #24BDBE
Complementary color
Monochromatic Colors of #24BDBE
Black with #24BDBE
Text Example
Text Example
White with #24BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDBE; }
p { color: rgb(36,189,190); }
H1.HeaderClassName
{
color: #24BDBE;
}
.AnyTagClassName
{
color: #24BDBE;
}
</style>
background-color css
<style>
a { background-color: #24BDBE; }
a { background-color: rgb(36,189,190); }
div.DivClassName
{
background-color: #24BDBE;
}
.BgClassName
{
background-color: #24BDBE;
}
</style>
border-color css
<style>
span { border-color: #24BDBE; }
span { border-color: rgb(36,189,190); }
td.TdClassName
{
border-color: #24BDBE;
}
.TagClassName
{
border-color: #24BDBE;
}
</style>