Shades of Light Sea Green #20C5BB
Tints of Light Sea Green #20C5BB
RGB
CMYK
RGB Variations
Color information
#20C5BB (or 0x20C5BB) is known color: Light Sea Green. HEX triplet: 20, C5 and BB. RGB value is (32,197,187). Sum of RGB (Red+Green+Blue) = 32+197+187=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #20C5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C5BB is #DF3A44. Grayscale: #929292. Windows color (decimal): -14629445 or 12305696. OLE color: 12305696.
HSL color Cylindrical-coordinate representation of color #20C5BB: hue angle of 176.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C5BB is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 187 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.23 |
| HSL | 176.36º | 0.72% | 0.45% | - |
| HSV(B) | 176.36º | 0.84% | 0.77% | - |
| XYZ | 29.53 | 43.83 | 53.92 | - |
| YUV | 146.53 | 150.84 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 187 | 0.84 | 0 | 0.05 | 0.23 | 176.36 | 0.72 | 0.45 |
| Hex | 20 | C5 | BB | 54 | 0 | 5 | 17 | B0 | 48 | 2D |
| Octal | 40 | 305 | 273 | 124 | 0 | 5 | 27 | 260 | 110 | 55 |
| Binary | 100000 | 11000101 | 10111011 | 1010100 | 0 | 101 | 10111 | 10110000 | 1001000 | 101101 |
Color Harmonies of #20C5BB
Complementary color
Monochromatic Colors of #20C5BB
Black with #20C5BB
Text Example
Text Example
White with #20C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C5BB; }
p { color: rgb(32,197,187); }
H1.HeaderClassName
{
color: #20C5BB;
}
.AnyTagClassName
{
color: #20C5BB;
}
</style>
background-color css
<style>
a { background-color: #20C5BB; }
a { background-color: rgb(32,197,187); }
div.DivClassName
{
background-color: #20C5BB;
}
.BgClassName
{
background-color: #20C5BB;
}
</style>
border-color css
<style>
span { border-color: #20C5BB; }
span { border-color: rgb(32,197,187); }
td.TdClassName
{
border-color: #20C5BB;
}
.TagClassName
{
border-color: #20C5BB;
}
</style>