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