Shades of Mountain Meadow #0BBD88
Tints of Mountain Meadow #0BBD88
RGB
CMYK
RGB Variations
Color information
#0BBD88 (or 0x0BBD88) is known color: Mountain Meadow. HEX triplet: 0B, BD and 88. RGB value is (11,189,136). Sum of RGB (Red+Green+Blue) = 11+189+136=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBD88 is #F44277. Grayscale: #818181. Windows color (decimal): -16007800 or 8961291. OLE color: 8961291.
HSL color Cylindrical-coordinate representation of color #0BBD88: hue angle of 162.13º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBD88 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 189 | 136 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.26 |
| HSL | 162.13º | 0.89% | 0.39% | - |
| HSV(B) | 162.13º | 0.94% | 0.74% | - |
| XYZ | 22.78 | 38.24 | 29.47 | - |
| YUV | 129.74 | 131.53 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 136 | 0.94 | 0 | 0.28 | 0.26 | 162.13 | 0.89 | 0.39 |
| Hex | B | BD | 88 | 5E | 0 | 1C | 1A | A2 | 59 | 27 |
| Octal | 13 | 275 | 210 | 136 | 0 | 34 | 32 | 242 | 131 | 47 |
| Binary | 1011 | 10111101 | 10001000 | 1011110 | 0 | 11100 | 11010 | 10100010 | 1011001 | 100111 |
Color Harmonies of #0BBD88
Complementary color
Monochromatic Colors of #0BBD88
Black with #0BBD88
Text Example
Text Example
White with #0BBD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBD88; }
p { color: rgb(11,189,136); }
H1.HeaderClassName
{
color: #0BBD88;
}
.AnyTagClassName
{
color: #0BBD88;
}
</style>
background-color css
<style>
a { background-color: #0BBD88; }
a { background-color: rgb(11,189,136); }
div.DivClassName
{
background-color: #0BBD88;
}
.BgClassName
{
background-color: #0BBD88;
}
</style>
border-color css
<style>
span { border-color: #0BBD88; }
span { border-color: rgb(11,189,136); }
td.TdClassName
{
border-color: #0BBD88;
}
.TagClassName
{
border-color: #0BBD88;
}
</style>