Shades of Light Sea Green #20C5C2
Tints of Light Sea Green #20C5C2
RGB
CMYK
RGB Variations
Color information
#20C5C2 (or 0x20C5C2) is known color: Light Sea Green. HEX triplet: 20, C5 and C2. RGB value is (32,197,194). Sum of RGB (Red+Green+Blue) = 32+197+194=423 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.57% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #20C5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C5C2 is #DF3A3D. Grayscale: #939393. Windows color (decimal): -14629438 or 12764448. OLE color: 12764448.
HSL color Cylindrical-coordinate representation of color #20C5C2: hue angle of 178.91º 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 #20C5C2 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 194 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.23 |
| HSL | 178.91º | 0.72% | 0.45% | - |
| HSV(B) | 178.91º | 0.84% | 0.77% | - |
| XYZ | 30.3 | 44.13 | 57.96 | - |
| YUV | 147.32 | 154.34 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 194 | 0.84 | 0 | 0.02 | 0.23 | 178.91 | 0.72 | 0.45 |
| Hex | 20 | C5 | C2 | 54 | 0 | 2 | 17 | B3 | 48 | 2D |
| Octal | 40 | 305 | 302 | 124 | 0 | 2 | 27 | 263 | 110 | 55 |
| Binary | 100000 | 11000101 | 11000010 | 1010100 | 0 | 10 | 10111 | 10110011 | 1001000 | 101101 |
Color Harmonies of #20C5C2
Complementary color
Monochromatic Colors of #20C5C2
Black with #20C5C2
Text Example
Text Example
White with #20C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C5C2; }
p { color: rgb(32,197,194); }
H1.HeaderClassName
{
color: #20C5C2;
}
.AnyTagClassName
{
color: #20C5C2;
}
</style>
background-color css
<style>
a { background-color: #20C5C2; }
a { background-color: rgb(32,197,194); }
div.DivClassName
{
background-color: #20C5C2;
}
.BgClassName
{
background-color: #20C5C2;
}
</style>
border-color css
<style>
span { border-color: #20C5C2; }
span { border-color: rgb(32,197,194); }
td.TdClassName
{
border-color: #20C5C2;
}
.TagClassName
{
border-color: #20C5C2;
}
</style>