Shades of Mountain Meadow #0FBC8C
Tints of Mountain Meadow #0FBC8C
RGB
CMYK
RGB Variations
Color information
#0FBC8C (or 0x0FBC8C) is known color: Mountain Meadow. HEX triplet: 0F, BC and 8C. RGB value is (15,188,140). Sum of RGB (Red+Green+Blue) = 15+188+140=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC8C is #F04373. Grayscale: #828282. Windows color (decimal): -15745908 or 9223183. OLE color: 9223183.
HSL color Cylindrical-coordinate representation of color #0FBC8C: hue angle of 163.35º 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 #0FBC8C is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 140 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.26 |
| HSL | 163.35º | 0.85% | 0.4% | - |
| HSV(B) | 163.35º | 0.92% | 0.74% | - |
| XYZ | 22.91 | 37.96 | 30.93 | - |
| YUV | 130.8 | 133.19 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 140 | 0.92 | 0 | 0.26 | 0.26 | 163.35 | 0.85 | 0.4 |
| Hex | F | BC | 8C | 5C | 0 | 1A | 1A | A3 | 55 | 28 |
| Octal | 17 | 274 | 214 | 134 | 0 | 32 | 32 | 243 | 125 | 50 |
| Binary | 1111 | 10111100 | 10001100 | 1011100 | 0 | 11010 | 11010 | 10100011 | 1010101 | 101000 |
Color Harmonies of #0FBC8C
Complementary color
Monochromatic Colors of #0FBC8C
Black with #0FBC8C
Text Example
Text Example
White with #0FBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC8C; }
p { color: rgb(15,188,140); }
H1.HeaderClassName
{
color: #0FBC8C;
}
.AnyTagClassName
{
color: #0FBC8C;
}
</style>
background-color css
<style>
a { background-color: #0FBC8C; }
a { background-color: rgb(15,188,140); }
div.DivClassName
{
background-color: #0FBC8C;
}
.BgClassName
{
background-color: #0FBC8C;
}
</style>
border-color css
<style>
span { border-color: #0FBC8C; }
span { border-color: rgb(15,188,140); }
td.TdClassName
{
border-color: #0FBC8C;
}
.TagClassName
{
border-color: #0FBC8C;
}
</style>