Shades of Mountain Meadow #20B690
Tints of Mountain Meadow #20B690
RGB
CMYK
RGB Variations
Color information
#20B690 (or 0x20B690) is known color: Mountain Meadow. HEX triplet: 20, B6 and 90. RGB value is (32,182,144). Sum of RGB (Red+Green+Blue) = 32+182+144=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #20B690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B690 is #DF496F. Grayscale: #848484. Windows color (decimal): -14633328 or 9483808. OLE color: 9483808.
HSL color Cylindrical-coordinate representation of color #20B690: hue angle of 164.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B690 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 182 | 144 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.29 |
| HSL | 164.8º | 0.7% | 0.42% | - |
| HSV(B) | 164.8º | 0.82% | 0.71% | - |
| XYZ | 22.36 | 35.78 | 32.11 | - |
| YUV | 132.82 | 134.31 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 182 | 144 | 0.82 | 0 | 0.21 | 0.29 | 164.8 | 0.7 | 0.42 |
| Hex | 20 | B6 | 90 | 52 | 0 | 15 | 1D | A5 | 46 | 2A |
| Octal | 40 | 266 | 220 | 122 | 0 | 25 | 35 | 245 | 106 | 52 |
| Binary | 100000 | 10110110 | 10010000 | 1010010 | 0 | 10101 | 11101 | 10100101 | 1000110 | 101010 |
Color Harmonies of #20B690
Complementary color
Monochromatic Colors of #20B690
Black with #20B690
Text Example
Text Example
White with #20B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B690; }
p { color: rgb(32,182,144); }
H1.HeaderClassName
{
color: #20B690;
}
.AnyTagClassName
{
color: #20B690;
}
</style>
background-color css
<style>
a { background-color: #20B690; }
a { background-color: rgb(32,182,144); }
div.DivClassName
{
background-color: #20B690;
}
.BgClassName
{
background-color: #20B690;
}
</style>
border-color css
<style>
span { border-color: #20B690; }
span { border-color: rgb(32,182,144); }
td.TdClassName
{
border-color: #20B690;
}
.TagClassName
{
border-color: #20B690;
}
</style>