Shades of Mountain Meadow #0BBE80
Tints of Mountain Meadow #0BBE80
RGB
CMYK
RGB Variations
Color information
#0BBE80 (or 0x0BBE80) is known color: Mountain Meadow. HEX triplet: 0B, BE and 80. RGB value is (11,190,128). Sum of RGB (Red+Green+Blue) = 11+190+128=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBE80 is #F4417F. Grayscale: #818181. Windows color (decimal): -16007552 or 8437259. OLE color: 8437259.
HSL color Cylindrical-coordinate representation of color #0BBE80: hue angle of 159.22º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBE80 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 128 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.25 |
| HSL | 159.22º | 0.89% | 0.39% | - |
| HSV(B) | 159.22º | 0.94% | 0.75% | - |
| XYZ | 22.45 | 38.46 | 26.66 | - |
| YUV | 129.41 | 127.2 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 128 | 0.94 | 0 | 0.33 | 0.25 | 159.22 | 0.89 | 0.39 |
| Hex | B | BE | 80 | 5E | 0 | 21 | 19 | 9F | 59 | 27 |
| Octal | 13 | 276 | 200 | 136 | 0 | 41 | 31 | 237 | 131 | 47 |
| Binary | 1011 | 10111110 | 10000000 | 1011110 | 0 | 100001 | 11001 | 10011111 | 1011001 | 100111 |
Color Harmonies of #0BBE80
Complementary color
Monochromatic Colors of #0BBE80
Black with #0BBE80
Text Example
Text Example
White with #0BBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE80; }
p { color: rgb(11,190,128); }
H1.HeaderClassName
{
color: #0BBE80;
}
.AnyTagClassName
{
color: #0BBE80;
}
</style>
background-color css
<style>
a { background-color: #0BBE80; }
a { background-color: rgb(11,190,128); }
div.DivClassName
{
background-color: #0BBE80;
}
.BgClassName
{
background-color: #0BBE80;
}
</style>
border-color css
<style>
span { border-color: #0BBE80; }
span { border-color: rgb(11,190,128); }
td.TdClassName
{
border-color: #0BBE80;
}
.TagClassName
{
border-color: #0BBE80;
}
</style>