Shades of Mountain Meadow #0FBA8F
Tints of Mountain Meadow #0FBA8F
RGB
CMYK
RGB Variations
Color information
#0FBA8F (or 0x0FBA8F) is known color: Mountain Meadow. HEX triplet: 0F, BA and 8F. RGB value is (15,186,143). Sum of RGB (Red+Green+Blue) = 15+186+143=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA8F is #F04570. Grayscale: #818181. Windows color (decimal): -15746417 or 9419279. OLE color: 9419279.
HSL color Cylindrical-coordinate representation of color #0FBA8F: hue angle of 164.91º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA8F is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 143 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.27 |
| HSL | 164.91º | 0.85% | 0.39% | - |
| HSV(B) | 164.91º | 0.92% | 0.73% | - |
| XYZ | 22.71 | 37.2 | 31.97 | - |
| YUV | 129.97 | 135.35 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 143 | 0.92 | 0 | 0.23 | 0.27 | 164.91 | 0.85 | 0.39 |
| Hex | F | BA | 8F | 5C | 0 | 17 | 1B | A5 | 55 | 27 |
| Octal | 17 | 272 | 217 | 134 | 0 | 27 | 33 | 245 | 125 | 47 |
| Binary | 1111 | 10111010 | 10001111 | 1011100 | 0 | 10111 | 11011 | 10100101 | 1010101 | 100111 |
Color Harmonies of #0FBA8F
Complementary color
Monochromatic Colors of #0FBA8F
Black with #0FBA8F
Text Example
Text Example
White with #0FBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA8F; }
p { color: rgb(15,186,143); }
H1.HeaderClassName
{
color: #0FBA8F;
}
.AnyTagClassName
{
color: #0FBA8F;
}
</style>
background-color css
<style>
a { background-color: #0FBA8F; }
a { background-color: rgb(15,186,143); }
div.DivClassName
{
background-color: #0FBA8F;
}
.BgClassName
{
background-color: #0FBA8F;
}
</style>
border-color css
<style>
span { border-color: #0FBA8F; }
span { border-color: rgb(15,186,143); }
td.TdClassName
{
border-color: #0FBA8F;
}
.TagClassName
{
border-color: #0FBA8F;
}
</style>