Shades of Mountain Meadow #20BE8F
Tints of Mountain Meadow #20BE8F
RGB
CMYK
RGB Variations
Color information
#20BE8F (or 0x20BE8F) is known color: Mountain Meadow. HEX triplet: 20, BE and 8F. RGB value is (32,190,143). Sum of RGB (Red+Green+Blue) = 32+190+143=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BE8F is #DF4170. Grayscale: #898989. Windows color (decimal): -14631281 or 9420320. OLE color: 9420320.
HSL color Cylindrical-coordinate representation of color #20BE8F: hue angle of 162.15º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BE8F is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 143 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.25 |
| HSL | 162.15º | 0.71% | 0.44% | - |
| HSV(B) | 162.15º | 0.83% | 0.75% | - |
| XYZ | 23.97 | 39.12 | 32.27 | - |
| YUV | 137.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 143 | 0.83 | 0 | 0.25 | 0.25 | 162.15 | 0.71 | 0.44 |
| Hex | 20 | BE | 8F | 53 | 0 | 19 | 19 | A2 | 47 | 2C |
| Octal | 40 | 276 | 217 | 123 | 0 | 31 | 31 | 242 | 107 | 54 |
| Binary | 100000 | 10111110 | 10001111 | 1010011 | 0 | 11001 | 11001 | 10100010 | 1000111 | 101100 |
Color Harmonies of #20BE8F
Complementary color
Monochromatic Colors of #20BE8F
Black with #20BE8F
Text Example
Text Example
White with #20BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE8F; }
p { color: rgb(32,190,143); }
H1.HeaderClassName
{
color: #20BE8F;
}
.AnyTagClassName
{
color: #20BE8F;
}
</style>
background-color css
<style>
a { background-color: #20BE8F; }
a { background-color: rgb(32,190,143); }
div.DivClassName
{
background-color: #20BE8F;
}
.BgClassName
{
background-color: #20BE8F;
}
</style>
border-color css
<style>
span { border-color: #20BE8F; }
span { border-color: rgb(32,190,143); }
td.TdClassName
{
border-color: #20BE8F;
}
.TagClassName
{
border-color: #20BE8F;
}
</style>