Shades of Mountain Meadow #0FBC8B
Tints of Mountain Meadow #0FBC8B
RGB
CMYK
RGB Variations
Color information
#0FBC8B (or 0x0FBC8B) is known color: Mountain Meadow. HEX triplet: 0F, BC and 8B. RGB value is (15,188,139). Sum of RGB (Red+Green+Blue) = 15+188+139=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC8B is #F04374. Grayscale: #828282. Windows color (decimal): -15745909 or 9157647. OLE color: 9157647.
HSL color Cylindrical-coordinate representation of color #0FBC8B: hue angle of 163.01º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC8B is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 139 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.26 |
| HSL | 163.01º | 0.85% | 0.4% | - |
| HSV(B) | 163.01º | 0.92% | 0.74% | - |
| XYZ | 22.84 | 37.93 | 30.54 | - |
| YUV | 130.69 | 132.69 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 139 | 0.92 | 0 | 0.26 | 0.26 | 163.01 | 0.85 | 0.4 |
| Hex | F | BC | 8B | 5C | 0 | 1A | 1A | A3 | 55 | 28 |
| Octal | 17 | 274 | 213 | 134 | 0 | 32 | 32 | 243 | 125 | 50 |
| Binary | 1111 | 10111100 | 10001011 | 1011100 | 0 | 11010 | 11010 | 10100011 | 1010101 | 101000 |
Color Harmonies of #0FBC8B
Complementary color
Monochromatic Colors of #0FBC8B
Black with #0FBC8B
Text Example
Text Example
White with #0FBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC8B; }
p { color: rgb(15,188,139); }
H1.HeaderClassName
{
color: #0FBC8B;
}
.AnyTagClassName
{
color: #0FBC8B;
}
</style>
background-color css
<style>
a { background-color: #0FBC8B; }
a { background-color: rgb(15,188,139); }
div.DivClassName
{
background-color: #0FBC8B;
}
.BgClassName
{
background-color: #0FBC8B;
}
</style>
border-color css
<style>
span { border-color: #0FBC8B; }
span { border-color: rgb(15,188,139); }
td.TdClassName
{
border-color: #0FBC8B;
}
.TagClassName
{
border-color: #0FBC8B;
}
</style>