Shades of Mountain Meadow #0BB688
Tints of Mountain Meadow #0BB688
RGB
CMYK
RGB Variations
Color information
#0BB688 (or 0x0BB688) is known color: Mountain Meadow. HEX triplet: 0B, B6 and 88. RGB value is (11,182,136). Sum of RGB (Red+Green+Blue) = 11+182+136=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB688 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB688 is #F44977. Grayscale: #7D7D7D. Windows color (decimal): -16009592 or 8959499. OLE color: 8959499.
HSL color Cylindrical-coordinate representation of color #0BB688: hue angle of 163.86º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB688 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 136 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.29 |
| HSL | 163.86º | 0.89% | 0.38% | - |
| HSV(B) | 163.86º | 0.94% | 0.71% | - |
| XYZ | 21.31 | 35.3 | 28.98 | - |
| YUV | 125.63 | 133.85 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 136 | 0.94 | 0 | 0.25 | 0.29 | 163.86 | 0.89 | 0.38 |
| Hex | B | B6 | 88 | 5E | 0 | 19 | 1D | A4 | 59 | 26 |
| Octal | 13 | 266 | 210 | 136 | 0 | 31 | 35 | 244 | 131 | 46 |
| Binary | 1011 | 10110110 | 10001000 | 1011110 | 0 | 11001 | 11101 | 10100100 | 1011001 | 100110 |
Color Harmonies of #0BB688
Complementary color
Monochromatic Colors of #0BB688
Black with #0BB688
Text Example
Text Example
White with #0BB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB688; }
p { color: rgb(11,182,136); }
H1.HeaderClassName
{
color: #0BB688;
}
.AnyTagClassName
{
color: #0BB688;
}
</style>
background-color css
<style>
a { background-color: #0BB688; }
a { background-color: rgb(11,182,136); }
div.DivClassName
{
background-color: #0BB688;
}
.BgClassName
{
background-color: #0BB688;
}
</style>
border-color css
<style>
span { border-color: #0BB688; }
span { border-color: rgb(11,182,136); }
td.TdClassName
{
border-color: #0BB688;
}
.TagClassName
{
border-color: #0BB688;
}
</style>