Shades of Medium Sea Green #20C168
Tints of Medium Sea Green #20C168
RGB
CMYK
RGB Variations
Color information
#20C168 (or 0x20C168) is known color: Medium Sea Green. HEX triplet: 20, C1 and 68. RGB value is (32,193,104). Sum of RGB (Red+Green+Blue) = 32+193+104=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #20C168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C168 is #DF3E97. Grayscale: #868686. Windows color (decimal): -14630552 or 6865184. OLE color: 6865184.
HSL color Cylindrical-coordinate representation of color #20C168: hue angle of 146.83º 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 #20C168 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 104 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.24 |
| HSL | 146.83º | 0.72% | 0.44% | - |
| HSV(B) | 146.83º | 0.83% | 0.76% | - |
| XYZ | 22.16 | 39.45 | 19.54 | - |
| YUV | 134.72 | 110.66 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 104 | 0.83 | 0 | 0.46 | 0.24 | 146.83 | 0.72 | 0.44 |
| Hex | 20 | C1 | 68 | 53 | 0 | 2E | 18 | 93 | 48 | 2C |
| Octal | 40 | 301 | 150 | 123 | 0 | 56 | 30 | 223 | 110 | 54 |
| Binary | 100000 | 11000001 | 1101000 | 1010011 | 0 | 101110 | 11000 | 10010011 | 1001000 | 101100 |
Color Harmonies of #20C168
Complementary color
Monochromatic Colors of #20C168
Black with #20C168
Text Example
Text Example
White with #20C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C168; }
p { color: rgb(32,193,104); }
H1.HeaderClassName
{
color: #20C168;
}
.AnyTagClassName
{
color: #20C168;
}
</style>
background-color css
<style>
a { background-color: #20C168; }
a { background-color: rgb(32,193,104); }
div.DivClassName
{
background-color: #20C168;
}
.BgClassName
{
background-color: #20C168;
}
</style>
border-color css
<style>
span { border-color: #20C168; }
span { border-color: rgb(32,193,104); }
td.TdClassName
{
border-color: #20C168;
}
.TagClassName
{
border-color: #20C168;
}
</style>