Shades of Mountain Meadow #22BE8D
Tints of Mountain Meadow #22BE8D
RGB
CMYK
RGB Variations
Color information
#22BE8D (or 0x22BE8D) is known color: Mountain Meadow. HEX triplet: 22, BE and 8D. RGB value is (34,190,141). Sum of RGB (Red+Green+Blue) = 34+190+141=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BE8D is #DD4172. Grayscale: #898989. Windows color (decimal): -14500211 or 9289250. OLE color: 9289250.
HSL color Cylindrical-coordinate representation of color #22BE8D: hue angle of 161.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BE8D is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 141 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.25 |
| HSL | 161.15º | 0.7% | 0.44% | - |
| HSV(B) | 161.15º | 0.82% | 0.75% | - |
| XYZ | 23.88 | 39.09 | 31.49 | - |
| YUV | 137.77 | 129.82 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 141 | 0.82 | 0 | 0.26 | 0.25 | 161.15 | 0.7 | 0.44 |
| Hex | 22 | BE | 8D | 52 | 0 | 1A | 19 | A1 | 46 | 2C |
| Octal | 42 | 276 | 215 | 122 | 0 | 32 | 31 | 241 | 106 | 54 |
| Binary | 100010 | 10111110 | 10001101 | 1010010 | 0 | 11010 | 11001 | 10100001 | 1000110 | 101100 |
Color Harmonies of #22BE8D
Complementary color
Monochromatic Colors of #22BE8D
Black with #22BE8D
Text Example
Text Example
White with #22BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BE8D; }
p { color: rgb(34,190,141); }
H1.HeaderClassName
{
color: #22BE8D;
}
.AnyTagClassName
{
color: #22BE8D;
}
</style>
background-color css
<style>
a { background-color: #22BE8D; }
a { background-color: rgb(34,190,141); }
div.DivClassName
{
background-color: #22BE8D;
}
.BgClassName
{
background-color: #22BE8D;
}
</style>
border-color css
<style>
span { border-color: #22BE8D; }
span { border-color: rgb(34,190,141); }
td.TdClassName
{
border-color: #22BE8D;
}
.TagClassName
{
border-color: #22BE8D;
}
</style>