Shades of Mountain Meadow #20B995
Tints of Mountain Meadow #20B995
RGB
CMYK
RGB Variations
Color information
#20B995 (or 0x20B995) is known color: Mountain Meadow. HEX triplet: 20, B9 and 95. RGB value is (32,185,149). Sum of RGB (Red+Green+Blue) = 32+185+149=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #20B995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B995 is #DF466A. Grayscale: #878787. Windows color (decimal): -14632555 or 9812256. OLE color: 9812256.
HSL color Cylindrical-coordinate representation of color #20B995: hue angle of 165.88º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B995 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 185 | 149 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.27 |
| HSL | 165.88º | 0.71% | 0.43% | - |
| HSV(B) | 165.88º | 0.83% | 0.73% | - |
| XYZ | 23.37 | 37.17 | 34.38 | - |
| YUV | 135.15 | 135.81 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 185 | 149 | 0.83 | 0 | 0.19 | 0.27 | 165.88 | 0.71 | 0.43 |
| Hex | 20 | B9 | 95 | 53 | 0 | 13 | 1B | A6 | 47 | 2B |
| Octal | 40 | 271 | 225 | 123 | 0 | 23 | 33 | 246 | 107 | 53 |
| Binary | 100000 | 10111001 | 10010101 | 1010011 | 0 | 10011 | 11011 | 10100110 | 1000111 | 101011 |
Color Harmonies of #20B995
Complementary color
Monochromatic Colors of #20B995
Black with #20B995
Text Example
Text Example
White with #20B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B995; }
p { color: rgb(32,185,149); }
H1.HeaderClassName
{
color: #20B995;
}
.AnyTagClassName
{
color: #20B995;
}
</style>
background-color css
<style>
a { background-color: #20B995; }
a { background-color: rgb(32,185,149); }
div.DivClassName
{
background-color: #20B995;
}
.BgClassName
{
background-color: #20B995;
}
</style>
border-color css
<style>
span { border-color: #20B995; }
span { border-color: rgb(32,185,149); }
td.TdClassName
{
border-color: #20B995;
}
.TagClassName
{
border-color: #20B995;
}
</style>