Shades of Medium Sea Green #20C161
Tints of Medium Sea Green #20C161
RGB
CMYK
RGB Variations
Color information
#20C161 (or 0x20C161) is known color: Medium Sea Green. HEX triplet: 20, C1 and 61. RGB value is (32,193,97). Sum of RGB (Red+Green+Blue) = 32+193+97=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #20C161 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C161 is #DF3E9E. Grayscale: #868686. Windows color (decimal): -14630559 or 6406432. OLE color: 6406432.
HSL color Cylindrical-coordinate representation of color #20C161: hue angle of 144.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C161 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 97 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.24 |
| HSL | 144.22º | 0.72% | 0.44% | - |
| HSV(B) | 144.22º | 0.83% | 0.76% | - |
| XYZ | 21.82 | 39.31 | 17.75 | - |
| YUV | 133.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 97 | 0.83 | 0 | 0.50 | 0.24 | 144.22 | 0.72 | 0.44 |
| Hex | 20 | C1 | 61 | 53 | 0 | 32 | 18 | 90 | 48 | 2C |
| Octal | 40 | 301 | 141 | 123 | 0 | 62 | 30 | 220 | 110 | 54 |
| Binary | 100000 | 11000001 | 1100001 | 1010011 | 0 | 110010 | 11000 | 10010000 | 1001000 | 101100 |
Color Harmonies of #20C161
Complementary color
Monochromatic Colors of #20C161
Black with #20C161
Text Example
Text Example
White with #20C161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C161; }
p { color: rgb(32,193,97); }
H1.HeaderClassName
{
color: #20C161;
}
.AnyTagClassName
{
color: #20C161;
}
</style>
background-color css
<style>
a { background-color: #20C161; }
a { background-color: rgb(32,193,97); }
div.DivClassName
{
background-color: #20C161;
}
.BgClassName
{
background-color: #20C161;
}
</style>
border-color css
<style>
span { border-color: #20C161; }
span { border-color: rgb(32,193,97); }
td.TdClassName
{
border-color: #20C161;
}
.TagClassName
{
border-color: #20C161;
}
</style>