Shades of Mountain Meadow #0FB088
Tints of Mountain Meadow #0FB088
RGB
CMYK
RGB Variations
Color information
#0FB088 (or 0x0FB088) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 88. RGB value is (15,176,136). Sum of RGB (Red+Green+Blue) = 15+176+136=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB088 is #F04F77. Grayscale: #7B7B7B. Windows color (decimal): -15748984 or 8957967. OLE color: 8957967.
HSL color Cylindrical-coordinate representation of color #0FB088: hue angle of 165.09º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB088 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 136 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.31 |
| HSL | 165.09º | 0.84% | 0.37% | - |
| HSV(B) | 165.09º | 0.91% | 0.69% | - |
| XYZ | 20.17 | 32.93 | 28.59 | - |
| YUV | 123.3 | 135.16 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 136 | 0.91 | 0 | 0.23 | 0.31 | 165.09 | 0.84 | 0.37 |
| Hex | F | B0 | 88 | 5B | 0 | 17 | 1F | A5 | 54 | 25 |
| Octal | 17 | 260 | 210 | 133 | 0 | 27 | 37 | 245 | 124 | 45 |
| Binary | 1111 | 10110000 | 10001000 | 1011011 | 0 | 10111 | 11111 | 10100101 | 1010100 | 100101 |
Color Harmonies of #0FB088
Complementary color
Monochromatic Colors of #0FB088
Black with #0FB088
Text Example
Text Example
White with #0FB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB088; }
p { color: rgb(15,176,136); }
H1.HeaderClassName
{
color: #0FB088;
}
.AnyTagClassName
{
color: #0FB088;
}
</style>
background-color css
<style>
a { background-color: #0FB088; }
a { background-color: rgb(15,176,136); }
div.DivClassName
{
background-color: #0FB088;
}
.BgClassName
{
background-color: #0FB088;
}
</style>
border-color css
<style>
span { border-color: #0FB088; }
span { border-color: rgb(15,176,136); }
td.TdClassName
{
border-color: #0FB088;
}
.TagClassName
{
border-color: #0FB088;
}
</style>