Shades of Mountain Meadow #0BB993
Tints of Mountain Meadow #0BB993
RGB
CMYK
RGB Variations
Color information
#0BB993 (or 0x0BB993) is known color: Mountain Meadow. HEX triplet: 0B, B9 and 93. RGB value is (11,185,147). Sum of RGB (Red+Green+Blue) = 11+185+147=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB993 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB993 is #F4466C. Grayscale: #808080. Windows color (decimal): -16008813 or 9681163. OLE color: 9681163.
HSL color Cylindrical-coordinate representation of color #0BB993: hue angle of 166.9º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB993 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 147 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.27 |
| HSL | 166.9º | 0.89% | 0.38% | - |
| HSV(B) | 166.9º | 0.94% | 0.73% | - |
| XYZ | 22.75 | 36.88 | 33.52 | - |
| YUV | 128.64 | 138.35 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 147 | 0.94 | 0 | 0.21 | 0.27 | 166.9 | 0.89 | 0.38 |
| Hex | B | B9 | 93 | 5E | 0 | 15 | 1B | A7 | 59 | 26 |
| Octal | 13 | 271 | 223 | 136 | 0 | 25 | 33 | 247 | 131 | 46 |
| Binary | 1011 | 10111001 | 10010011 | 1011110 | 0 | 10101 | 11011 | 10100111 | 1011001 | 100110 |
Color Harmonies of #0BB993
Complementary color
Monochromatic Colors of #0BB993
Black with #0BB993
Text Example
Text Example
White with #0BB993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB993; }
p { color: rgb(11,185,147); }
H1.HeaderClassName
{
color: #0BB993;
}
.AnyTagClassName
{
color: #0BB993;
}
</style>
background-color css
<style>
a { background-color: #0BB993; }
a { background-color: rgb(11,185,147); }
div.DivClassName
{
background-color: #0BB993;
}
.BgClassName
{
background-color: #0BB993;
}
</style>
border-color css
<style>
span { border-color: #0BB993; }
span { border-color: rgb(11,185,147); }
td.TdClassName
{
border-color: #0BB993;
}
.TagClassName
{
border-color: #0BB993;
}
</style>