Shades of Mountain Meadow #20B794
Tints of Mountain Meadow #20B794
RGB
CMYK
RGB Variations
Color information
#20B794 (or 0x20B794) is known color: Mountain Meadow. HEX triplet: 20, B7 and 94. RGB value is (32,183,148). Sum of RGB (Red+Green+Blue) = 32+183+148=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #20B794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B794 is #DF486B. Grayscale: #858585. Windows color (decimal): -14633068 or 9746208. OLE color: 9746208.
HSL color Cylindrical-coordinate representation of color #20B794: hue angle of 166.09º 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 #20B794 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 148 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.28 |
| HSL | 166.09º | 0.7% | 0.42% | - |
| HSV(B) | 166.09º | 0.83% | 0.72% | - |
| XYZ | 22.87 | 36.31 | 33.82 | - |
| YUV | 133.86 | 135.97 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 148 | 0.83 | 0 | 0.19 | 0.28 | 166.09 | 0.7 | 0.42 |
| Hex | 20 | B7 | 94 | 53 | 0 | 13 | 1C | A6 | 46 | 2A |
| Octal | 40 | 267 | 224 | 123 | 0 | 23 | 34 | 246 | 106 | 52 |
| Binary | 100000 | 10110111 | 10010100 | 1010011 | 0 | 10011 | 11100 | 10100110 | 1000110 | 101010 |
Color Harmonies of #20B794
Complementary color
Monochromatic Colors of #20B794
Black with #20B794
Text Example
Text Example
White with #20B794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B794; }
p { color: rgb(32,183,148); }
H1.HeaderClassName
{
color: #20B794;
}
.AnyTagClassName
{
color: #20B794;
}
</style>
background-color css
<style>
a { background-color: #20B794; }
a { background-color: rgb(32,183,148); }
div.DivClassName
{
background-color: #20B794;
}
.BgClassName
{
background-color: #20B794;
}
</style>
border-color css
<style>
span { border-color: #20B794; }
span { border-color: rgb(32,183,148); }
td.TdClassName
{
border-color: #20B794;
}
.TagClassName
{
border-color: #20B794;
}
</style>