Shades of Mountain Meadow #0BB888
Tints of Mountain Meadow #0BB888
RGB
CMYK
RGB Variations
Color information
#0BB888 (or 0x0BB888) is known color: Mountain Meadow. HEX triplet: 0B, B8 and 88. RGB value is (11,184,136). Sum of RGB (Red+Green+Blue) = 11+184+136=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB888 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB888 is #F44777. Grayscale: #7E7E7E. Windows color (decimal): -16009080 or 8960011. OLE color: 8960011.
HSL color Cylindrical-coordinate representation of color #0BB888: hue angle of 163.35º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB888 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 184 | 136 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.28 |
| HSL | 163.35º | 0.89% | 0.38% | - |
| HSV(B) | 163.35º | 0.94% | 0.72% | - |
| XYZ | 21.72 | 36.13 | 29.12 | - |
| YUV | 126.8 | 133.19 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 184 | 136 | 0.94 | 0 | 0.26 | 0.28 | 163.35 | 0.89 | 0.38 |
| Hex | B | B8 | 88 | 5E | 0 | 1A | 1C | A3 | 59 | 26 |
| Octal | 13 | 270 | 210 | 136 | 0 | 32 | 34 | 243 | 131 | 46 |
| Binary | 1011 | 10111000 | 10001000 | 1011110 | 0 | 11010 | 11100 | 10100011 | 1011001 | 100110 |
Color Harmonies of #0BB888
Complementary color
Monochromatic Colors of #0BB888
Black with #0BB888
Text Example
Text Example
White with #0BB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB888; }
p { color: rgb(11,184,136); }
H1.HeaderClassName
{
color: #0BB888;
}
.AnyTagClassName
{
color: #0BB888;
}
</style>
background-color css
<style>
a { background-color: #0BB888; }
a { background-color: rgb(11,184,136); }
div.DivClassName
{
background-color: #0BB888;
}
.BgClassName
{
background-color: #0BB888;
}
</style>
border-color css
<style>
span { border-color: #0BB888; }
span { border-color: rgb(11,184,136); }
td.TdClassName
{
border-color: #0BB888;
}
.TagClassName
{
border-color: #0BB888;
}
</style>