Shades of Mountain Meadow #0FBA8B
Tints of Mountain Meadow #0FBA8B
RGB
CMYK
RGB Variations
Color information
#0FBA8B (or 0x0FBA8B) is known color: Mountain Meadow. HEX triplet: 0F, BA and 8B. RGB value is (15,186,139). Sum of RGB (Red+Green+Blue) = 15+186+139=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA8B is #F04574. Grayscale: #818181. Windows color (decimal): -15746421 or 9157135. OLE color: 9157135.
HSL color Cylindrical-coordinate representation of color #0FBA8B: hue angle of 163.51º 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 #0FBA8B is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 139 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.27 |
| HSL | 163.51º | 0.85% | 0.39% | - |
| HSV(B) | 163.51º | 0.92% | 0.73% | - |
| XYZ | 22.42 | 37.08 | 30.4 | - |
| YUV | 129.51 | 133.35 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 139 | 0.92 | 0 | 0.25 | 0.27 | 163.51 | 0.85 | 0.39 |
| Hex | F | BA | 8B | 5C | 0 | 19 | 1B | A4 | 55 | 27 |
| Octal | 17 | 272 | 213 | 134 | 0 | 31 | 33 | 244 | 125 | 47 |
| Binary | 1111 | 10111010 | 10001011 | 1011100 | 0 | 11001 | 11011 | 10100100 | 1010101 | 100111 |
Color Harmonies of #0FBA8B
Complementary color
Monochromatic Colors of #0FBA8B
Black with #0FBA8B
Text Example
Text Example
White with #0FBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA8B; }
p { color: rgb(15,186,139); }
H1.HeaderClassName
{
color: #0FBA8B;
}
.AnyTagClassName
{
color: #0FBA8B;
}
</style>
background-color css
<style>
a { background-color: #0FBA8B; }
a { background-color: rgb(15,186,139); }
div.DivClassName
{
background-color: #0FBA8B;
}
.BgClassName
{
background-color: #0FBA8B;
}
</style>
border-color css
<style>
span { border-color: #0FBA8B; }
span { border-color: rgb(15,186,139); }
td.TdClassName
{
border-color: #0FBA8B;
}
.TagClassName
{
border-color: #0FBA8B;
}
</style>