Shades of Mountain Meadow #20B38F
Tints of Mountain Meadow #20B38F
RGB
CMYK
RGB Variations
Color information
#20B38F (or 0x20B38F) is known color: Mountain Meadow. HEX triplet: 20, B3 and 8F. RGB value is (32,179,143). Sum of RGB (Red+Green+Blue) = 32+179+143=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #20B38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B38F is #DF4C70. Grayscale: #828282. Windows color (decimal): -14634097 or 9417504. OLE color: 9417504.
HSL color Cylindrical-coordinate representation of color #20B38F: hue angle of 165.31º 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 #20B38F is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 179 | 143 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.30 |
| HSL | 165.31º | 0.7% | 0.41% | - |
| HSV(B) | 165.31º | 0.82% | 0.7% | - |
| XYZ | 21.67 | 34.53 | 31.51 | - |
| YUV | 130.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 143 | 0.82 | 0 | 0.20 | 0.30 | 165.31 | 0.7 | 0.41 |
| Hex | 20 | B3 | 8F | 52 | 0 | 14 | 1E | A5 | 46 | 29 |
| Octal | 40 | 263 | 217 | 122 | 0 | 24 | 36 | 245 | 106 | 51 |
| Binary | 100000 | 10110011 | 10001111 | 1010010 | 0 | 10100 | 11110 | 10100101 | 1000110 | 101001 |
Color Harmonies of #20B38F
Complementary color
Monochromatic Colors of #20B38F
Black with #20B38F
Text Example
Text Example
White with #20B38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B38F; }
p { color: rgb(32,179,143); }
H1.HeaderClassName
{
color: #20B38F;
}
.AnyTagClassName
{
color: #20B38F;
}
</style>
background-color css
<style>
a { background-color: #20B38F; }
a { background-color: rgb(32,179,143); }
div.DivClassName
{
background-color: #20B38F;
}
.BgClassName
{
background-color: #20B38F;
}
</style>
border-color css
<style>
span { border-color: #20B38F; }
span { border-color: rgb(32,179,143); }
td.TdClassName
{
border-color: #20B38F;
}
.TagClassName
{
border-color: #20B38F;
}
</style>