Shades of Mountain Meadow #20AF8B
Tints of Mountain Meadow #20AF8B
RGB
CMYK
RGB Variations
Color information
#20AF8B (or 0x20AF8B) is known color: Mountain Meadow. HEX triplet: 20, AF and 8B. RGB value is (32,175,139). Sum of RGB (Red+Green+Blue) = 32+175+139=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF8B is #DF5074. Grayscale: #808080. Windows color (decimal): -14635125 or 9154336. OLE color: 9154336.
HSL color Cylindrical-coordinate representation of color #20AF8B: hue angle of 164.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF8B is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 139 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.31 |
| HSL | 164.9º | 0.69% | 0.41% | - |
| HSV(B) | 164.9º | 0.82% | 0.69% | - |
| XYZ | 20.59 | 32.83 | 29.68 | - |
| YUV | 128.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 139 | 0.82 | 0 | 0.21 | 0.31 | 164.9 | 0.69 | 0.41 |
| Hex | 20 | AF | 8B | 52 | 0 | 15 | 1F | A5 | 45 | 29 |
| Octal | 40 | 257 | 213 | 122 | 0 | 25 | 37 | 245 | 105 | 51 |
| Binary | 100000 | 10101111 | 10001011 | 1010010 | 0 | 10101 | 11111 | 10100101 | 1000101 | 101001 |
Color Harmonies of #20AF8B
Complementary color
Monochromatic Colors of #20AF8B
Black with #20AF8B
Text Example
Text Example
White with #20AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF8B; }
p { color: rgb(32,175,139); }
H1.HeaderClassName
{
color: #20AF8B;
}
.AnyTagClassName
{
color: #20AF8B;
}
</style>
background-color css
<style>
a { background-color: #20AF8B; }
a { background-color: rgb(32,175,139); }
div.DivClassName
{
background-color: #20AF8B;
}
.BgClassName
{
background-color: #20AF8B;
}
</style>
border-color css
<style>
span { border-color: #20AF8B; }
span { border-color: rgb(32,175,139); }
td.TdClassName
{
border-color: #20AF8B;
}
.TagClassName
{
border-color: #20AF8B;
}
</style>