Shades of Mountain Meadow #0BB28B
Tints of Mountain Meadow #0BB28B
RGB
CMYK
RGB Variations
Color information
#0BB28B (or 0x0BB28B) is known color: Mountain Meadow. HEX triplet: 0B, B2 and 8B. RGB value is (11,178,139). Sum of RGB (Red+Green+Blue) = 11+178+139=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB28B is #F44D74. Grayscale: #7B7B7B. Windows color (decimal): -16010613 or 9155083. OLE color: 9155083.
HSL color Cylindrical-coordinate representation of color #0BB28B: hue angle of 165.99º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB28B is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 139 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.30 |
| HSL | 165.99º | 0.88% | 0.37% | - |
| HSV(B) | 165.99º | 0.94% | 0.7% | - |
| XYZ | 20.72 | 33.78 | 29.85 | - |
| YUV | 123.62 | 136.67 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 139 | 0.94 | 0 | 0.22 | 0.30 | 165.99 | 0.88 | 0.37 |
| Hex | B | B2 | 8B | 5E | 0 | 16 | 1E | A6 | 58 | 25 |
| Octal | 13 | 262 | 213 | 136 | 0 | 26 | 36 | 246 | 130 | 45 |
| Binary | 1011 | 10110010 | 10001011 | 1011110 | 0 | 10110 | 11110 | 10100110 | 1011000 | 100101 |
Color Harmonies of #0BB28B
Complementary color
Monochromatic Colors of #0BB28B
Black with #0BB28B
Text Example
Text Example
White with #0BB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB28B; }
p { color: rgb(11,178,139); }
H1.HeaderClassName
{
color: #0BB28B;
}
.AnyTagClassName
{
color: #0BB28B;
}
</style>
background-color css
<style>
a { background-color: #0BB28B; }
a { background-color: rgb(11,178,139); }
div.DivClassName
{
background-color: #0BB28B;
}
.BgClassName
{
background-color: #0BB28B;
}
</style>
border-color css
<style>
span { border-color: #0BB28B; }
span { border-color: rgb(11,178,139); }
td.TdClassName
{
border-color: #0BB28B;
}
.TagClassName
{
border-color: #0BB28B;
}
</style>