Shades of Mountain Meadow #0FBB80
Tints of Mountain Meadow #0FBB80
RGB
CMYK
RGB Variations
Color information
#0FBB80 (or 0x0FBB80) is known color: Mountain Meadow. HEX triplet: 0F, BB and 80. RGB value is (15,187,128). Sum of RGB (Red+Green+Blue) = 15+187+128=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBB80 is #F0447F. Grayscale: #808080. Windows color (decimal): -15746176 or 8436495. OLE color: 8436495.
HSL color Cylindrical-coordinate representation of color #0FBB80: hue angle of 159.42º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB80 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 128 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.27 |
| HSL | 159.42º | 0.85% | 0.4% | - |
| HSV(B) | 159.42º | 0.92% | 0.73% | - |
| XYZ | 21.86 | 37.2 | 26.45 | - |
| YUV | 128.85 | 127.52 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 128 | 0.92 | 0 | 0.32 | 0.27 | 159.42 | 0.85 | 0.4 |
| Hex | F | BB | 80 | 5C | 0 | 20 | 1B | 9F | 55 | 28 |
| Octal | 17 | 273 | 200 | 134 | 0 | 40 | 33 | 237 | 125 | 50 |
| Binary | 1111 | 10111011 | 10000000 | 1011100 | 0 | 100000 | 11011 | 10011111 | 1010101 | 101000 |
Color Harmonies of #0FBB80
Complementary color
Monochromatic Colors of #0FBB80
Black with #0FBB80
Text Example
Text Example
White with #0FBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBB80; }
p { color: rgb(15,187,128); }
H1.HeaderClassName
{
color: #0FBB80;
}
.AnyTagClassName
{
color: #0FBB80;
}
</style>
background-color css
<style>
a { background-color: #0FBB80; }
a { background-color: rgb(15,187,128); }
div.DivClassName
{
background-color: #0FBB80;
}
.BgClassName
{
background-color: #0FBB80;
}
</style>
border-color css
<style>
span { border-color: #0FBB80; }
span { border-color: rgb(15,187,128); }
td.TdClassName
{
border-color: #0FBB80;
}
.TagClassName
{
border-color: #0FBB80;
}
</style>