Shades of Mountain Meadow #0BBB91
Tints of Mountain Meadow #0BBB91
RGB
CMYK
RGB Variations
Color information
#0BBB91 (or 0x0BBB91) is known color: Mountain Meadow. HEX triplet: 0B, BB and 91. RGB value is (11,187,145). Sum of RGB (Red+Green+Blue) = 11+187+145=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBB91 is #F4446E. Grayscale: #818181. Windows color (decimal): -16008303 or 9550603. OLE color: 9550603.
HSL color Cylindrical-coordinate representation of color #0BBB91: hue angle of 165.68º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBB91 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 145 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.27 |
| HSL | 165.68º | 0.89% | 0.39% | - |
| HSV(B) | 165.68º | 0.94% | 0.73% | - |
| XYZ | 23.02 | 37.66 | 32.84 | - |
| YUV | 129.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 145 | 0.94 | 0 | 0.22 | 0.27 | 165.68 | 0.89 | 0.39 |
| Hex | B | BB | 91 | 5E | 0 | 16 | 1B | A6 | 59 | 27 |
| Octal | 13 | 273 | 221 | 136 | 0 | 26 | 33 | 246 | 131 | 47 |
| Binary | 1011 | 10111011 | 10010001 | 1011110 | 0 | 10110 | 11011 | 10100110 | 1011001 | 100111 |
Color Harmonies of #0BBB91
Complementary color
Monochromatic Colors of #0BBB91
Black with #0BBB91
Text Example
Text Example
White with #0BBB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB91; }
p { color: rgb(11,187,145); }
H1.HeaderClassName
{
color: #0BBB91;
}
.AnyTagClassName
{
color: #0BBB91;
}
</style>
background-color css
<style>
a { background-color: #0BBB91; }
a { background-color: rgb(11,187,145); }
div.DivClassName
{
background-color: #0BBB91;
}
.BgClassName
{
background-color: #0BBB91;
}
</style>
border-color css
<style>
span { border-color: #0BBB91; }
span { border-color: rgb(11,187,145); }
td.TdClassName
{
border-color: #0BBB91;
}
.TagClassName
{
border-color: #0BBB91;
}
</style>