Shades of Mountain Meadow #12BA8F
Tints of Mountain Meadow #12BA8F
RGB
CMYK
RGB Variations
Color information
#12BA8F (or 0x12BA8F) is known color: Mountain Meadow. HEX triplet: 12, BA and 8F. RGB value is (18,186,143). Sum of RGB (Red+Green+Blue) = 18+186+143=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BA8F is #ED4570. Grayscale: #828282. Windows color (decimal): -15549809 or 9419282. OLE color: 9419282.
HSL color Cylindrical-coordinate representation of color #12BA8F: hue angle of 164.64º 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 #12BA8F is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 143 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.27 |
| HSL | 164.64º | 0.82% | 0.4% | - |
| HSV(B) | 164.64º | 0.9% | 0.73% | - |
| XYZ | 22.77 | 37.23 | 31.97 | - |
| YUV | 130.87 | 134.84 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 143 | 0.90 | 0 | 0.23 | 0.27 | 164.64 | 0.82 | 0.4 |
| Hex | 12 | BA | 8F | 5A | 0 | 17 | 1B | A5 | 52 | 28 |
| Octal | 22 | 272 | 217 | 132 | 0 | 27 | 33 | 245 | 122 | 50 |
| Binary | 10010 | 10111010 | 10001111 | 1011010 | 0 | 10111 | 11011 | 10100101 | 1010010 | 101000 |
Color Harmonies of #12BA8F
Complementary color
Monochromatic Colors of #12BA8F
Black with #12BA8F
Text Example
Text Example
White with #12BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA8F; }
p { color: rgb(18,186,143); }
H1.HeaderClassName
{
color: #12BA8F;
}
.AnyTagClassName
{
color: #12BA8F;
}
</style>
background-color css
<style>
a { background-color: #12BA8F; }
a { background-color: rgb(18,186,143); }
div.DivClassName
{
background-color: #12BA8F;
}
.BgClassName
{
background-color: #12BA8F;
}
</style>
border-color css
<style>
span { border-color: #12BA8F; }
span { border-color: rgb(18,186,143); }
td.TdClassName
{
border-color: #12BA8F;
}
.TagClassName
{
border-color: #12BA8F;
}
</style>