Shades of Light Sea Green #20BCB9
Tints of Light Sea Green #20BCB9
RGB
CMYK
RGB Variations
Color information
#20BCB9 (or 0x20BCB9) is known color: Light Sea Green. HEX triplet: 20, BC and B9. RGB value is (32,188,185). Sum of RGB (Red+Green+Blue) = 32+188+185=405 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.90% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #20BCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCB9 is #DF4346. Grayscale: #8C8C8C. Windows color (decimal): -14631751 or 12172320. OLE color: 12172320.
HSL color Cylindrical-coordinate representation of color #20BCB9: hue angle of 178.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BCB9 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 185 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.26 |
| HSL | 178.85º | 0.71% | 0.43% | - |
| HSV(B) | 178.85º | 0.83% | 0.74% | - |
| XYZ | 27.34 | 39.78 | 52.14 | - |
| YUV | 141.01 | 152.82 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 185 | 0.83 | 0 | 0.02 | 0.26 | 178.85 | 0.71 | 0.43 |
| Hex | 20 | BC | B9 | 53 | 0 | 2 | 1A | B3 | 47 | 2B |
| Octal | 40 | 274 | 271 | 123 | 0 | 2 | 32 | 263 | 107 | 53 |
| Binary | 100000 | 10111100 | 10111001 | 1010011 | 0 | 10 | 11010 | 10110011 | 1000111 | 101011 |
Color Harmonies of #20BCB9
Complementary color
Monochromatic Colors of #20BCB9
Black with #20BCB9
Text Example
Text Example
White with #20BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCB9; }
p { color: rgb(32,188,185); }
H1.HeaderClassName
{
color: #20BCB9;
}
.AnyTagClassName
{
color: #20BCB9;
}
</style>
background-color css
<style>
a { background-color: #20BCB9; }
a { background-color: rgb(32,188,185); }
div.DivClassName
{
background-color: #20BCB9;
}
.BgClassName
{
background-color: #20BCB9;
}
</style>
border-color css
<style>
span { border-color: #20BCB9; }
span { border-color: rgb(32,188,185); }
td.TdClassName
{
border-color: #20BCB9;
}
.TagClassName
{
border-color: #20BCB9;
}
</style>