Shades of Mountain Meadow #03BB86
Tints of Mountain Meadow #03BB86
RGB
CMYK
RGB Variations
Color information
#03BB86 (or 0x03BB86) is known color: Mountain Meadow. HEX triplet: 03, BB and 86. RGB value is (3,187,134). Sum of RGB (Red+Green+Blue) = 3+187+134=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BB86 is #FC4479. Grayscale: #7D7D7D. Windows color (decimal): -16532602 or 8829699. OLE color: 8829699.
HSL color Cylindrical-coordinate representation of color #03BB86: hue angle of 162.72º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BB86 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 187 | 134 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.27 |
| HSL | 162.72º | 0.97% | 0.37% | - |
| HSV(B) | 162.72º | 0.98% | 0.73% | - |
| XYZ | 22.11 | 37.28 | 28.58 | - |
| YUV | 125.94 | 132.54 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 134 | 0.98 | 0 | 0.28 | 0.27 | 162.72 | 0.97 | 0.37 |
| Hex | 3 | BB | 86 | 62 | 0 | 1C | 1B | A3 | 61 | 25 |
| Octal | 3 | 273 | 206 | 142 | 0 | 34 | 33 | 243 | 141 | 45 |
| Binary | 11 | 10111011 | 10000110 | 1100010 | 0 | 11100 | 11011 | 10100011 | 1100001 | 100101 |
Color Harmonies of #03BB86
Complementary color
Monochromatic Colors of #03BB86
Black with #03BB86
Text Example
Text Example
White with #03BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BB86; }
p { color: rgb(3,187,134); }
H1.HeaderClassName
{
color: #03BB86;
}
.AnyTagClassName
{
color: #03BB86;
}
</style>
background-color css
<style>
a { background-color: #03BB86; }
a { background-color: rgb(3,187,134); }
div.DivClassName
{
background-color: #03BB86;
}
.BgClassName
{
background-color: #03BB86;
}
</style>
border-color css
<style>
span { border-color: #03BB86; }
span { border-color: rgb(3,187,134); }
td.TdClassName
{
border-color: #03BB86;
}
.TagClassName
{
border-color: #03BB86;
}
</style>