Shades of Mountain Meadow #20B17F
Tints of Mountain Meadow #20B17F
RGB
CMYK
RGB Variations
Color information
#20B17F (or 0x20B17F) is known color: Mountain Meadow. HEX triplet: 20, B1 and 7F. RGB value is (32,177,127). Sum of RGB (Red+Green+Blue) = 32+177+127=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #20B17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20B17F is #DF4E80. Grayscale: #7F7F7F. Windows color (decimal): -14634625 or 8368416. OLE color: 8368416.
HSL color Cylindrical-coordinate representation of color #20B17F: hue angle of 159.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B17F is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 177 | 127 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.31 |
| HSL | 159.31º | 0.69% | 0.41% | - |
| HSV(B) | 159.31º | 0.82% | 0.69% | - |
| XYZ | 20.15 | 33.28 | 25.44 | - |
| YUV | 127.95 | 127.46 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 177 | 127 | 0.82 | 0 | 0.28 | 0.31 | 159.31 | 0.69 | 0.41 |
| Hex | 20 | B1 | 7F | 52 | 0 | 1C | 1F | 9F | 45 | 29 |
| Octal | 40 | 261 | 177 | 122 | 0 | 34 | 37 | 237 | 105 | 51 |
| Binary | 100000 | 10110001 | 1111111 | 1010010 | 0 | 11100 | 11111 | 10011111 | 1000101 | 101001 |
Color Harmonies of #20B17F
Complementary color
Monochromatic Colors of #20B17F
Black with #20B17F
Text Example
Text Example
White with #20B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B17F; }
p { color: rgb(32,177,127); }
H1.HeaderClassName
{
color: #20B17F;
}
.AnyTagClassName
{
color: #20B17F;
}
</style>
background-color css
<style>
a { background-color: #20B17F; }
a { background-color: rgb(32,177,127); }
div.DivClassName
{
background-color: #20B17F;
}
.BgClassName
{
background-color: #20B17F;
}
</style>
border-color css
<style>
span { border-color: #20B17F; }
span { border-color: rgb(32,177,127); }
td.TdClassName
{
border-color: #20B17F;
}
.TagClassName
{
border-color: #20B17F;
}
</style>