Shades of Medium Sea Green #20C165
Tints of Medium Sea Green #20C165
RGB
CMYK
RGB Variations
Color information
#20C165 (or 0x20C165) is known color: Medium Sea Green. HEX triplet: 20, C1 and 65. RGB value is (32,193,101). Sum of RGB (Red+Green+Blue) = 32+193+101=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #20C165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C165 is #DF3E9A. Grayscale: #868686. Windows color (decimal): -14630555 or 6668576. OLE color: 6668576.
HSL color Cylindrical-coordinate representation of color #20C165: hue angle of 145.71º 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 #20C165 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 101 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.24 |
| HSL | 145.71º | 0.72% | 0.44% | - |
| HSV(B) | 145.71º | 0.83% | 0.76% | - |
| XYZ | 22.01 | 39.39 | 18.75 | - |
| YUV | 134.37 | 109.16 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 101 | 0.83 | 0 | 0.48 | 0.24 | 145.71 | 0.72 | 0.44 |
| Hex | 20 | C1 | 65 | 53 | 0 | 30 | 18 | 92 | 48 | 2C |
| Octal | 40 | 301 | 145 | 123 | 0 | 60 | 30 | 222 | 110 | 54 |
| Binary | 100000 | 11000001 | 1100101 | 1010011 | 0 | 110000 | 11000 | 10010010 | 1001000 | 101100 |
Color Harmonies of #20C165
Complementary color
Monochromatic Colors of #20C165
Black with #20C165
Text Example
Text Example
White with #20C165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C165; }
p { color: rgb(32,193,101); }
H1.HeaderClassName
{
color: #20C165;
}
.AnyTagClassName
{
color: #20C165;
}
</style>
background-color css
<style>
a { background-color: #20C165; }
a { background-color: rgb(32,193,101); }
div.DivClassName
{
background-color: #20C165;
}
.BgClassName
{
background-color: #20C165;
}
</style>
border-color css
<style>
span { border-color: #20C165; }
span { border-color: rgb(32,193,101); }
td.TdClassName
{
border-color: #20C165;
}
.TagClassName
{
border-color: #20C165;
}
</style>