Shades of Mountain Meadow #12B686
Tints of Mountain Meadow #12B686
RGB
CMYK
RGB Variations
Color information
#12B686 (or 0x12B686) is known color: Mountain Meadow. HEX triplet: 12, B6 and 86. RGB value is (18,182,134). Sum of RGB (Red+Green+Blue) = 18+182+134=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #12B686 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B686 is #ED4979. Grayscale: #7F7F7F. Windows color (decimal): -15550842 or 8828434. OLE color: 8828434.
HSL color Cylindrical-coordinate representation of color #12B686: hue angle of 162.44º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B686 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 182 | 134 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.29 |
| HSL | 162.44º | 0.82% | 0.39% | - |
| HSV(B) | 162.44º | 0.9% | 0.71% | - |
| XYZ | 21.28 | 35.31 | 28.25 | - |
| YUV | 127.49 | 131.67 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 182 | 134 | 0.90 | 0 | 0.26 | 0.29 | 162.44 | 0.82 | 0.39 |
| Hex | 12 | B6 | 86 | 5A | 0 | 1A | 1D | A2 | 52 | 27 |
| Octal | 22 | 266 | 206 | 132 | 0 | 32 | 35 | 242 | 122 | 47 |
| Binary | 10010 | 10110110 | 10000110 | 1011010 | 0 | 11010 | 11101 | 10100010 | 1010010 | 100111 |
Color Harmonies of #12B686
Complementary color
Monochromatic Colors of #12B686
Black with #12B686
Text Example
Text Example
White with #12B686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B686; }
p { color: rgb(18,182,134); }
H1.HeaderClassName
{
color: #12B686;
}
.AnyTagClassName
{
color: #12B686;
}
</style>
background-color css
<style>
a { background-color: #12B686; }
a { background-color: rgb(18,182,134); }
div.DivClassName
{
background-color: #12B686;
}
.BgClassName
{
background-color: #12B686;
}
</style>
border-color css
<style>
span { border-color: #12B686; }
span { border-color: rgb(18,182,134); }
td.TdClassName
{
border-color: #12B686;
}
.TagClassName
{
border-color: #12B686;
}
</style>