Shades of Mountain Meadow #22B68B
Tints of Mountain Meadow #22B68B
RGB
CMYK
RGB Variations
Color information
#22B68B (or 0x22B68B) is known color: Mountain Meadow. HEX triplet: 22, B6 and 8B. RGB value is (34,182,139). Sum of RGB (Red+Green+Blue) = 34+182+139=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #22B68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22B68B is #DD4974. Grayscale: #848484. Windows color (decimal): -14502261 or 9156130. OLE color: 9156130.
HSL color Cylindrical-coordinate representation of color #22B68B: hue angle of 162.57º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B68B is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 182 | 139 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.29 |
| HSL | 162.57º | 0.69% | 0.42% | - |
| HSV(B) | 162.57º | 0.81% | 0.71% | - |
| XYZ | 22.05 | 35.66 | 30.15 | - |
| YUV | 132.85 | 131.47 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 182 | 139 | 0.81 | 0 | 0.24 | 0.29 | 162.57 | 0.69 | 0.42 |
| Hex | 22 | B6 | 8B | 51 | 0 | 18 | 1D | A3 | 45 | 2A |
| Octal | 42 | 266 | 213 | 121 | 0 | 30 | 35 | 243 | 105 | 52 |
| Binary | 100010 | 10110110 | 10001011 | 1010001 | 0 | 11000 | 11101 | 10100011 | 1000101 | 101010 |
Color Harmonies of #22B68B
Complementary color
Monochromatic Colors of #22B68B
Black with #22B68B
Text Example
Text Example
White with #22B68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B68B; }
p { color: rgb(34,182,139); }
H1.HeaderClassName
{
color: #22B68B;
}
.AnyTagClassName
{
color: #22B68B;
}
</style>
background-color css
<style>
a { background-color: #22B68B; }
a { background-color: rgb(34,182,139); }
div.DivClassName
{
background-color: #22B68B;
}
.BgClassName
{
background-color: #22B68B;
}
</style>
border-color css
<style>
span { border-color: #22B68B; }
span { border-color: rgb(34,182,139); }
td.TdClassName
{
border-color: #22B68B;
}
.TagClassName
{
border-color: #22B68B;
}
</style>