Shades of Mountain Meadow #12B081
Tints of Mountain Meadow #12B081
RGB
CMYK
RGB Variations
Color information
#12B081 (or 0x12B081) is known color: Mountain Meadow. HEX triplet: 12, B0 and 81. RGB value is (18,176,129). Sum of RGB (Red+Green+Blue) = 18+176+129=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #12B081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B081 is #ED4F7E. Grayscale: #7B7B7B. Windows color (decimal): -15552383 or 8499218. OLE color: 8499218.
HSL color Cylindrical-coordinate representation of color #12B081: hue angle of 162.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B081 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 176 | 129 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.31 |
| HSL | 162.15º | 0.81% | 0.38% | - |
| HSV(B) | 162.15º | 0.9% | 0.69% | - |
| XYZ | 19.74 | 32.76 | 26.05 | - |
| YUV | 123.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 176 | 129 | 0.90 | 0 | 0.27 | 0.31 | 162.15 | 0.81 | 0.38 |
| Hex | 12 | B0 | 81 | 5A | 0 | 1B | 1F | A2 | 51 | 26 |
| Octal | 22 | 260 | 201 | 132 | 0 | 33 | 37 | 242 | 121 | 46 |
| Binary | 10010 | 10110000 | 10000001 | 1011010 | 0 | 11011 | 11111 | 10100010 | 1010001 | 100110 |
Color Harmonies of #12B081
Complementary color
Monochromatic Colors of #12B081
Black with #12B081
Text Example
Text Example
White with #12B081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B081; }
p { color: rgb(18,176,129); }
H1.HeaderClassName
{
color: #12B081;
}
.AnyTagClassName
{
color: #12B081;
}
</style>
background-color css
<style>
a { background-color: #12B081; }
a { background-color: rgb(18,176,129); }
div.DivClassName
{
background-color: #12B081;
}
.BgClassName
{
background-color: #12B081;
}
</style>
border-color css
<style>
span { border-color: #12B081; }
span { border-color: rgb(18,176,129); }
td.TdClassName
{
border-color: #12B081;
}
.TagClassName
{
border-color: #12B081;
}
</style>