Shades of Medium Sea Green #20B85C
Tints of Medium Sea Green #20B85C
RGB
CMYK
RGB Variations
Color information
#20B85C (or 0x20B85C) is known color: Medium Sea Green. HEX triplet: 20, B8 and 5C. RGB value is (32,184,92). Sum of RGB (Red+Green+Blue) = 32+184+92=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #20B85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B85C is #DF47A3. Grayscale: #808080. Windows color (decimal): -14632868 or 6076448. OLE color: 6076448.
HSL color Cylindrical-coordinate representation of color #20B85C: hue angle of 143.68º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B85C is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 184 | 92 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.28 |
| HSL | 143.68º | 0.7% | 0.42% | - |
| HSV(B) | 143.68º | 0.83% | 0.72% | - |
| XYZ | 19.67 | 35.36 | 15.91 | - |
| YUV | 128.06 | 107.64 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 184 | 92 | 0.83 | 0 | 0.50 | 0.28 | 143.68 | 0.7 | 0.42 |
| Hex | 20 | B8 | 5C | 53 | 0 | 32 | 1C | 90 | 46 | 2A |
| Octal | 40 | 270 | 134 | 123 | 0 | 62 | 34 | 220 | 106 | 52 |
| Binary | 100000 | 10111000 | 1011100 | 1010011 | 0 | 110010 | 11100 | 10010000 | 1000110 | 101010 |
Color Harmonies of #20B85C
Complementary color
Monochromatic Colors of #20B85C
Black with #20B85C
Text Example
Text Example
White with #20B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B85C; }
p { color: rgb(32,184,92); }
H1.HeaderClassName
{
color: #20B85C;
}
.AnyTagClassName
{
color: #20B85C;
}
</style>
background-color css
<style>
a { background-color: #20B85C; }
a { background-color: rgb(32,184,92); }
div.DivClassName
{
background-color: #20B85C;
}
.BgClassName
{
background-color: #20B85C;
}
</style>
border-color css
<style>
span { border-color: #20B85C; }
span { border-color: rgb(32,184,92); }
td.TdClassName
{
border-color: #20B85C;
}
.TagClassName
{
border-color: #20B85C;
}
</style>