Shades of Mountain Meadow #22BE8C
Tints of Mountain Meadow #22BE8C
RGB
CMYK
RGB Variations
Color information
#22BE8C (or 0x22BE8C) is known color: Mountain Meadow. HEX triplet: 22, BE and 8C. RGB value is (34,190,140). Sum of RGB (Red+Green+Blue) = 34+190+140=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BE8C is #DD4173. Grayscale: #898989. Windows color (decimal): -14500212 or 9223714. OLE color: 9223714.
HSL color Cylindrical-coordinate representation of color #22BE8C: hue angle of 160.77º 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 #22BE8C is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 140 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.25 |
| HSL | 160.77º | 0.7% | 0.44% | - |
| HSV(B) | 160.77º | 0.82% | 0.75% | - |
| XYZ | 23.81 | 39.06 | 31.1 | - |
| YUV | 137.66 | 129.32 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 140 | 0.82 | 0 | 0.26 | 0.25 | 160.77 | 0.7 | 0.44 |
| Hex | 22 | BE | 8C | 52 | 0 | 1A | 19 | A1 | 46 | 2C |
| Octal | 42 | 276 | 214 | 122 | 0 | 32 | 31 | 241 | 106 | 54 |
| Binary | 100010 | 10111110 | 10001100 | 1010010 | 0 | 11010 | 11001 | 10100001 | 1000110 | 101100 |
Color Harmonies of #22BE8C
Complementary color
Monochromatic Colors of #22BE8C
Black with #22BE8C
Text Example
Text Example
White with #22BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BE8C; }
p { color: rgb(34,190,140); }
H1.HeaderClassName
{
color: #22BE8C;
}
.AnyTagClassName
{
color: #22BE8C;
}
</style>
background-color css
<style>
a { background-color: #22BE8C; }
a { background-color: rgb(34,190,140); }
div.DivClassName
{
background-color: #22BE8C;
}
.BgClassName
{
background-color: #22BE8C;
}
</style>
border-color css
<style>
span { border-color: #22BE8C; }
span { border-color: rgb(34,190,140); }
td.TdClassName
{
border-color: #22BE8C;
}
.TagClassName
{
border-color: #22BE8C;
}
</style>