Shades of Light Sea Green #24BBBC
Tints of Light Sea Green #24BBBC
RGB
CMYK
RGB Variations
Color information
#24BBBC (or 0x24BBBC) is known color: Light Sea Green. HEX triplet: 24, BB and BC. RGB value is (36,187,188). Sum of RGB (Red+Green+Blue) = 36+187+188=411 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.76% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #24BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BBBC is #DB4443. Grayscale: #8D8D8D. Windows color (decimal): -14369860 or 12368676. OLE color: 12368676.
HSL color Cylindrical-coordinate representation of color #24BBBC: 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 #24BBBC is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 187 | 188 | - |
| 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.57 | 39.55 | 53.76 | - |
| YUV | 141.97 | 153.97 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 187 | 188 | 0.81 | 0.01 | 0 | 0.26 | 180.39 | 0.68 | 0.44 |
| Hex | 24 | BB | BC | 51 | 1 | 0 | 1A | B4 | 44 | 2C |
| Octal | 44 | 273 | 274 | 121 | 1 | 0 | 32 | 264 | 104 | 54 |
| Binary | 100100 | 10111011 | 10111100 | 1010001 | 1 | 0 | 11010 | 10110100 | 1000100 | 101100 |
Color Harmonies of #24BBBC
Complementary color
Monochromatic Colors of #24BBBC
Black with #24BBBC
Text Example
Text Example
White with #24BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BBBC; }
p { color: rgb(36,187,188); }
H1.HeaderClassName
{
color: #24BBBC;
}
.AnyTagClassName
{
color: #24BBBC;
}
</style>
background-color css
<style>
a { background-color: #24BBBC; }
a { background-color: rgb(36,187,188); }
div.DivClassName
{
background-color: #24BBBC;
}
.BgClassName
{
background-color: #24BBBC;
}
</style>
border-color css
<style>
span { border-color: #24BBBC; }
span { border-color: rgb(36,187,188); }
td.TdClassName
{
border-color: #24BBBC;
}
.TagClassName
{
border-color: #24BBBC;
}
</style>