Shades of Mountain Meadow #0FBC88
Tints of Mountain Meadow #0FBC88
RGB
CMYK
RGB Variations
Color information
#0FBC88 (or 0x0FBC88) is known color: Mountain Meadow. HEX triplet: 0F, BC and 88. RGB value is (15,188,136). Sum of RGB (Red+Green+Blue) = 15+188+136=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC88 is #F04377. Grayscale: #828282. Windows color (decimal): -15745912 or 8961039. OLE color: 8961039.
HSL color Cylindrical-coordinate representation of color #0FBC88: hue angle of 161.97º 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 #0FBC88 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 136 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.26 |
| HSL | 161.97º | 0.85% | 0.4% | - |
| HSV(B) | 161.97º | 0.92% | 0.74% | - |
| XYZ | 22.62 | 37.85 | 29.41 | - |
| YUV | 130.35 | 131.19 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 136 | 0.92 | 0 | 0.28 | 0.26 | 161.97 | 0.85 | 0.4 |
| Hex | F | BC | 88 | 5C | 0 | 1C | 1A | A2 | 55 | 28 |
| Octal | 17 | 274 | 210 | 134 | 0 | 34 | 32 | 242 | 125 | 50 |
| Binary | 1111 | 10111100 | 10001000 | 1011100 | 0 | 11100 | 11010 | 10100010 | 1010101 | 101000 |
Color Harmonies of #0FBC88
Complementary color
Monochromatic Colors of #0FBC88
Black with #0FBC88
Text Example
Text Example
White with #0FBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC88; }
p { color: rgb(15,188,136); }
H1.HeaderClassName
{
color: #0FBC88;
}
.AnyTagClassName
{
color: #0FBC88;
}
</style>
background-color css
<style>
a { background-color: #0FBC88; }
a { background-color: rgb(15,188,136); }
div.DivClassName
{
background-color: #0FBC88;
}
.BgClassName
{
background-color: #0FBC88;
}
</style>
border-color css
<style>
span { border-color: #0FBC88; }
span { border-color: rgb(15,188,136); }
td.TdClassName
{
border-color: #0FBC88;
}
.TagClassName
{
border-color: #0FBC88;
}
</style>