Shades of Mountain Meadow #0FAA88
Tints of Mountain Meadow #0FAA88
RGB
CMYK
RGB Variations
Color information
#0FAA88 (or 0x0FAA88) is known color: Mountain Meadow. HEX triplet: 0F, AA and 88. RGB value is (15,170,136). Sum of RGB (Red+Green+Blue) = 15+170+136=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA88 is #F05577. Grayscale: #777777. Windows color (decimal): -15750520 or 8956431. OLE color: 8956431.
HSL color Cylindrical-coordinate representation of color #0FAA88: hue angle of 166.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA88 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 136 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.33 |
| HSL | 166.84º | 0.84% | 0.36% | - |
| HSV(B) | 166.84º | 0.91% | 0.67% | - |
| XYZ | 19.02 | 30.63 | 28.2 | - |
| YUV | 119.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 136 | 0.91 | 0 | 0.20 | 0.33 | 166.84 | 0.84 | 0.36 |
| Hex | F | AA | 88 | 5B | 0 | 14 | 21 | A7 | 54 | 24 |
| Octal | 17 | 252 | 210 | 133 | 0 | 24 | 41 | 247 | 124 | 44 |
| Binary | 1111 | 10101010 | 10001000 | 1011011 | 0 | 10100 | 100001 | 10100111 | 1010100 | 100100 |
Color Harmonies of #0FAA88
Complementary color
Monochromatic Colors of #0FAA88
Black with #0FAA88
Text Example
Text Example
White with #0FAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA88; }
p { color: rgb(15,170,136); }
H1.HeaderClassName
{
color: #0FAA88;
}
.AnyTagClassName
{
color: #0FAA88;
}
</style>
background-color css
<style>
a { background-color: #0FAA88; }
a { background-color: rgb(15,170,136); }
div.DivClassName
{
background-color: #0FAA88;
}
.BgClassName
{
background-color: #0FAA88;
}
</style>
border-color css
<style>
span { border-color: #0FAA88; }
span { border-color: rgb(15,170,136); }
td.TdClassName
{
border-color: #0FAA88;
}
.TagClassName
{
border-color: #0FAA88;
}
</style>