Shades of Mountain Meadow #0BB27F
Tints of Mountain Meadow #0BB27F
RGB
CMYK
RGB Variations
Color information
#0BB27F (or 0x0BB27F) is known color: Mountain Meadow. HEX triplet: 0B, B2 and 7F. RGB value is (11,178,127). Sum of RGB (Red+Green+Blue) = 11+178+127=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB27F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB27F is #F44D80. Grayscale: #7A7A7A. Windows color (decimal): -16010625 or 8368651. OLE color: 8368651.
HSL color Cylindrical-coordinate representation of color #0BB27F: hue angle of 161.68º 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 #0BB27F is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 127 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.30 |
| HSL | 161.68º | 0.88% | 0.37% | - |
| HSV(B) | 161.68º | 0.94% | 0.7% | - |
| XYZ | 19.89 | 33.44 | 25.49 | - |
| YUV | 122.25 | 130.67 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 127 | 0.94 | 0 | 0.29 | 0.30 | 161.68 | 0.88 | 0.37 |
| Hex | B | B2 | 7F | 5E | 0 | 1D | 1E | A2 | 58 | 25 |
| Octal | 13 | 262 | 177 | 136 | 0 | 35 | 36 | 242 | 130 | 45 |
| Binary | 1011 | 10110010 | 1111111 | 1011110 | 0 | 11101 | 11110 | 10100010 | 1011000 | 100101 |
Color Harmonies of #0BB27F
Complementary color
Monochromatic Colors of #0BB27F
Black with #0BB27F
Text Example
Text Example
White with #0BB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB27F; }
p { color: rgb(11,178,127); }
H1.HeaderClassName
{
color: #0BB27F;
}
.AnyTagClassName
{
color: #0BB27F;
}
</style>
background-color css
<style>
a { background-color: #0BB27F; }
a { background-color: rgb(11,178,127); }
div.DivClassName
{
background-color: #0BB27F;
}
.BgClassName
{
background-color: #0BB27F;
}
</style>
border-color css
<style>
span { border-color: #0BB27F; }
span { border-color: rgb(11,178,127); }
td.TdClassName
{
border-color: #0BB27F;
}
.TagClassName
{
border-color: #0BB27F;
}
</style>