Shades of Mountain Meadow #0BBB88
Tints of Mountain Meadow #0BBB88
RGB
CMYK
RGB Variations
Color information
#0BBB88 (or 0x0BBB88) is known color: Mountain Meadow. HEX triplet: 0B, BB and 88. RGB value is (11,187,136). Sum of RGB (Red+Green+Blue) = 11+187+136=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBB88 is #F44477. Grayscale: #808080. Windows color (decimal): -16008312 or 8960779. OLE color: 8960779.
HSL color Cylindrical-coordinate representation of color #0BBB88: hue angle of 162.61º 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 #0BBB88 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 136 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.27 |
| HSL | 162.61º | 0.89% | 0.39% | - |
| HSV(B) | 162.61º | 0.94% | 0.73% | - |
| XYZ | 22.35 | 37.39 | 29.33 | - |
| YUV | 128.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 136 | 0.94 | 0 | 0.27 | 0.27 | 162.61 | 0.89 | 0.39 |
| Hex | B | BB | 88 | 5E | 0 | 1B | 1B | A3 | 59 | 27 |
| Octal | 13 | 273 | 210 | 136 | 0 | 33 | 33 | 243 | 131 | 47 |
| Binary | 1011 | 10111011 | 10001000 | 1011110 | 0 | 11011 | 11011 | 10100011 | 1011001 | 100111 |
Color Harmonies of #0BBB88
Complementary color
Monochromatic Colors of #0BBB88
Black with #0BBB88
Text Example
Text Example
White with #0BBB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB88; }
p { color: rgb(11,187,136); }
H1.HeaderClassName
{
color: #0BBB88;
}
.AnyTagClassName
{
color: #0BBB88;
}
</style>
background-color css
<style>
a { background-color: #0BBB88; }
a { background-color: rgb(11,187,136); }
div.DivClassName
{
background-color: #0BBB88;
}
.BgClassName
{
background-color: #0BBB88;
}
</style>
border-color css
<style>
span { border-color: #0BBB88; }
span { border-color: rgb(11,187,136); }
td.TdClassName
{
border-color: #0BBB88;
}
.TagClassName
{
border-color: #0BBB88;
}
</style>