Shades of Mountain Meadow #12B992
Tints of Mountain Meadow #12B992
RGB
CMYK
RGB Variations
Color information
#12B992 (or 0x12B992) is known color: Mountain Meadow. HEX triplet: 12, B9 and 92. RGB value is (18,185,146). Sum of RGB (Red+Green+Blue) = 18+185+146=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #12B992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B992 is #ED466D. Grayscale: #828282. Windows color (decimal): -15550062 or 9615634. OLE color: 9615634.
HSL color Cylindrical-coordinate representation of color #12B992: hue angle of 165.99º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B992 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 146 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.27 |
| HSL | 165.99º | 0.82% | 0.4% | - |
| HSV(B) | 165.99º | 0.9% | 0.73% | - |
| XYZ | 22.79 | 36.9 | 33.12 | - |
| YUV | 130.62 | 136.67 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 146 | 0.90 | 0 | 0.21 | 0.27 | 165.99 | 0.82 | 0.4 |
| Hex | 12 | B9 | 92 | 5A | 0 | 15 | 1B | A6 | 52 | 28 |
| Octal | 22 | 271 | 222 | 132 | 0 | 25 | 33 | 246 | 122 | 50 |
| Binary | 10010 | 10111001 | 10010010 | 1011010 | 0 | 10101 | 11011 | 10100110 | 1010010 | 101000 |
Color Harmonies of #12B992
Complementary color
Monochromatic Colors of #12B992
Black with #12B992
Text Example
Text Example
White with #12B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B992; }
p { color: rgb(18,185,146); }
H1.HeaderClassName
{
color: #12B992;
}
.AnyTagClassName
{
color: #12B992;
}
</style>
background-color css
<style>
a { background-color: #12B992; }
a { background-color: rgb(18,185,146); }
div.DivClassName
{
background-color: #12B992;
}
.BgClassName
{
background-color: #12B992;
}
</style>
border-color css
<style>
span { border-color: #12B992; }
span { border-color: rgb(18,185,146); }
td.TdClassName
{
border-color: #12B992;
}
.TagClassName
{
border-color: #12B992;
}
</style>