Shades of Light Sea Green #20C2BC
Tints of Light Sea Green #20C2BC
RGB
CMYK
RGB Variations
Color information
#20C2BC (or 0x20C2BC) is known color: Light Sea Green. HEX triplet: 20, C2 and BC. RGB value is (32,194,188). Sum of RGB (Red+Green+Blue) = 32+194+188=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #20C2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2BC is #DF3D43. Grayscale: #909090. Windows color (decimal): -14630212 or 12370464. OLE color: 12370464.
HSL color Cylindrical-coordinate representation of color #20C2BC: hue angle of 177.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C2BC is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 188 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.24 |
| HSL | 177.78º | 0.72% | 0.44% | - |
| HSV(B) | 177.78º | 0.84% | 0.76% | - |
| XYZ | 28.96 | 42.52 | 54.26 | - |
| YUV | 144.88 | 152.33 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 188 | 0.84 | 0 | 0.03 | 0.24 | 177.78 | 0.72 | 0.44 |
| Hex | 20 | C2 | BC | 54 | 0 | 3 | 18 | B2 | 48 | 2C |
| Octal | 40 | 302 | 274 | 124 | 0 | 3 | 30 | 262 | 110 | 54 |
| Binary | 100000 | 11000010 | 10111100 | 1010100 | 0 | 11 | 11000 | 10110010 | 1001000 | 101100 |
Color Harmonies of #20C2BC
Complementary color
Monochromatic Colors of #20C2BC
Black with #20C2BC
Text Example
Text Example
White with #20C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C2BC; }
p { color: rgb(32,194,188); }
H1.HeaderClassName
{
color: #20C2BC;
}
.AnyTagClassName
{
color: #20C2BC;
}
</style>
background-color css
<style>
a { background-color: #20C2BC; }
a { background-color: rgb(32,194,188); }
div.DivClassName
{
background-color: #20C2BC;
}
.BgClassName
{
background-color: #20C2BC;
}
</style>
border-color css
<style>
span { border-color: #20C2BC; }
span { border-color: rgb(32,194,188); }
td.TdClassName
{
border-color: #20C2BC;
}
.TagClassName
{
border-color: #20C2BC;
}
</style>