Shades of Mountain Meadow #0BB28C
Tints of Mountain Meadow #0BB28C
RGB
CMYK
RGB Variations
Color information
#0BB28C (or 0x0BB28C) is known color: Mountain Meadow. HEX triplet: 0B, B2 and 8C. RGB value is (11,178,140). Sum of RGB (Red+Green+Blue) = 11+178+140=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB28C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB28C is #F44D73. Grayscale: #7B7B7B. Windows color (decimal): -16010612 or 9220619. OLE color: 9220619.
HSL color Cylindrical-coordinate representation of color #0BB28C: hue angle of 166.35º 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 #0BB28C is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 140 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.30 |
| HSL | 166.35º | 0.88% | 0.37% | - |
| HSV(B) | 166.35º | 0.94% | 0.7% | - |
| XYZ | 20.79 | 33.81 | 30.24 | - |
| YUV | 123.74 | 137.17 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 140 | 0.94 | 0 | 0.21 | 0.30 | 166.35 | 0.88 | 0.37 |
| Hex | B | B2 | 8C | 5E | 0 | 15 | 1E | A6 | 58 | 25 |
| Octal | 13 | 262 | 214 | 136 | 0 | 25 | 36 | 246 | 130 | 45 |
| Binary | 1011 | 10110010 | 10001100 | 1011110 | 0 | 10101 | 11110 | 10100110 | 1011000 | 100101 |
Color Harmonies of #0BB28C
Complementary color
Monochromatic Colors of #0BB28C
Black with #0BB28C
Text Example
Text Example
White with #0BB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB28C; }
p { color: rgb(11,178,140); }
H1.HeaderClassName
{
color: #0BB28C;
}
.AnyTagClassName
{
color: #0BB28C;
}
</style>
background-color css
<style>
a { background-color: #0BB28C; }
a { background-color: rgb(11,178,140); }
div.DivClassName
{
background-color: #0BB28C;
}
.BgClassName
{
background-color: #0BB28C;
}
</style>
border-color css
<style>
span { border-color: #0BB28C; }
span { border-color: rgb(11,178,140); }
td.TdClassName
{
border-color: #0BB28C;
}
.TagClassName
{
border-color: #0BB28C;
}
</style>