Shades of Mountain Meadow #0BBF8B
Tints of Mountain Meadow #0BBF8B
RGB
CMYK
RGB Variations
Color information
#0BBF8B (or 0x0BBF8B) is known color: Mountain Meadow. HEX triplet: 0B, BF and 8B. RGB value is (11,191,139). Sum of RGB (Red+Green+Blue) = 11+191+139=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBF8B is #F44074. Grayscale: #838383. Windows color (decimal): -16007285 or 9158411. OLE color: 9158411.
HSL color Cylindrical-coordinate representation of color #0BBF8B: hue angle of 162.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF8B is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 191 | 139 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.25 |
| HSL | 162.67º | 0.89% | 0.4% | - |
| HSV(B) | 162.67º | 0.94% | 0.75% | - |
| XYZ | 23.43 | 39.2 | 30.76 | - |
| YUV | 131.25 | 132.37 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 139 | 0.94 | 0 | 0.27 | 0.25 | 162.67 | 0.89 | 0.4 |
| Hex | B | BF | 8B | 5E | 0 | 1B | 19 | A3 | 59 | 28 |
| Octal | 13 | 277 | 213 | 136 | 0 | 33 | 31 | 243 | 131 | 50 |
| Binary | 1011 | 10111111 | 10001011 | 1011110 | 0 | 11011 | 11001 | 10100011 | 1011001 | 101000 |
Color Harmonies of #0BBF8B
Complementary color
Monochromatic Colors of #0BBF8B
Black with #0BBF8B
Text Example
Text Example
White with #0BBF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBF8B; }
p { color: rgb(11,191,139); }
H1.HeaderClassName
{
color: #0BBF8B;
}
.AnyTagClassName
{
color: #0BBF8B;
}
</style>
background-color css
<style>
a { background-color: #0BBF8B; }
a { background-color: rgb(11,191,139); }
div.DivClassName
{
background-color: #0BBF8B;
}
.BgClassName
{
background-color: #0BBF8B;
}
</style>
border-color css
<style>
span { border-color: #0BBF8B; }
span { border-color: rgb(11,191,139); }
td.TdClassName
{
border-color: #0BBF8B;
}
.TagClassName
{
border-color: #0BBF8B;
}
</style>