Shades of Mountain Meadow #0BB488
Tints of Mountain Meadow #0BB488
RGB
CMYK
RGB Variations
Color information
#0BB488 (or 0x0BB488) is known color: Mountain Meadow. HEX triplet: 0B, B4 and 88. RGB value is (11,180,136). Sum of RGB (Red+Green+Blue) = 11+180+136=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB488 is #F44B77. Grayscale: #7C7C7C. Windows color (decimal): -16010104 or 8958987. OLE color: 8958987.
HSL color Cylindrical-coordinate representation of color #0BB488: hue angle of 164.38º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB488 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 136 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.29 |
| HSL | 164.38º | 0.88% | 0.37% | - |
| HSV(B) | 164.38º | 0.94% | 0.71% | - |
| XYZ | 20.9 | 34.49 | 28.85 | - |
| YUV | 124.45 | 134.51 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 136 | 0.94 | 0 | 0.24 | 0.29 | 164.38 | 0.88 | 0.37 |
| Hex | B | B4 | 88 | 5E | 0 | 18 | 1D | A4 | 58 | 25 |
| Octal | 13 | 264 | 210 | 136 | 0 | 30 | 35 | 244 | 130 | 45 |
| Binary | 1011 | 10110100 | 10001000 | 1011110 | 0 | 11000 | 11101 | 10100100 | 1011000 | 100101 |
Color Harmonies of #0BB488
Complementary color
Monochromatic Colors of #0BB488
Black with #0BB488
Text Example
Text Example
White with #0BB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB488; }
p { color: rgb(11,180,136); }
H1.HeaderClassName
{
color: #0BB488;
}
.AnyTagClassName
{
color: #0BB488;
}
</style>
background-color css
<style>
a { background-color: #0BB488; }
a { background-color: rgb(11,180,136); }
div.DivClassName
{
background-color: #0BB488;
}
.BgClassName
{
background-color: #0BB488;
}
</style>
border-color css
<style>
span { border-color: #0BB488; }
span { border-color: rgb(11,180,136); }
td.TdClassName
{
border-color: #0BB488;
}
.TagClassName
{
border-color: #0BB488;
}
</style>