Shades of Mountain Meadow #20B27B
Tints of Mountain Meadow #20B27B
RGB
CMYK
RGB Variations
Color information
#20B27B (or 0x20B27B) is known color: Mountain Meadow. HEX triplet: 20, B2 and 7B. RGB value is (32,178,123). Sum of RGB (Red+Green+Blue) = 32+178+123=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #20B27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20B27B is #DF4D84. Grayscale: #808080. Windows color (decimal): -14634373 or 8106528. OLE color: 8106528.
HSL color Cylindrical-coordinate representation of color #20B27B: hue angle of 157.4º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B27B is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 178 | 123 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.30 |
| HSL | 157.4º | 0.7% | 0.41% | - |
| HSV(B) | 157.4º | 0.82% | 0.7% | - |
| XYZ | 20.09 | 33.58 | 24.16 | - |
| YUV | 128.08 | 125.13 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 123 | 0.82 | 0 | 0.31 | 0.30 | 157.4 | 0.7 | 0.41 |
| Hex | 20 | B2 | 7B | 52 | 0 | 1F | 1E | 9D | 46 | 29 |
| Octal | 40 | 262 | 173 | 122 | 0 | 37 | 36 | 235 | 106 | 51 |
| Binary | 100000 | 10110010 | 1111011 | 1010010 | 0 | 11111 | 11110 | 10011101 | 1000110 | 101001 |
Color Harmonies of #20B27B
Complementary color
Monochromatic Colors of #20B27B
Black with #20B27B
Text Example
Text Example
White with #20B27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B27B; }
p { color: rgb(32,178,123); }
H1.HeaderClassName
{
color: #20B27B;
}
.AnyTagClassName
{
color: #20B27B;
}
</style>
background-color css
<style>
a { background-color: #20B27B; }
a { background-color: rgb(32,178,123); }
div.DivClassName
{
background-color: #20B27B;
}
.BgClassName
{
background-color: #20B27B;
}
</style>
border-color css
<style>
span { border-color: #20B27B; }
span { border-color: rgb(32,178,123); }
td.TdClassName
{
border-color: #20B27B;
}
.TagClassName
{
border-color: #20B27B;
}
</style>