Shades of Mountain Meadow #0CBE86
Tints of Mountain Meadow #0CBE86
RGB
CMYK
RGB Variations
Color information
#0CBE86 (or 0x0CBE86) is known color: Mountain Meadow. HEX triplet: 0C, BE and 86. RGB value is (12,190,134). Sum of RGB (Red+Green+Blue) = 12+190+134=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBE86 is #F34179. Grayscale: #828282. Windows color (decimal): -15942010 or 8830476. OLE color: 8830476.
HSL color Cylindrical-coordinate representation of color #0CBE86: hue angle of 161.12º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE86 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 134 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.25 |
| HSL | 161.12º | 0.88% | 0.4% | - |
| HSV(B) | 161.12º | 0.94% | 0.75% | - |
| XYZ | 22.87 | 38.63 | 28.8 | - |
| YUV | 130.39 | 130.03 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 134 | 0.94 | 0 | 0.29 | 0.25 | 161.12 | 0.88 | 0.4 |
| Hex | C | BE | 86 | 5E | 0 | 1D | 19 | A1 | 58 | 28 |
| Octal | 14 | 276 | 206 | 136 | 0 | 35 | 31 | 241 | 130 | 50 |
| Binary | 1100 | 10111110 | 10000110 | 1011110 | 0 | 11101 | 11001 | 10100001 | 1011000 | 101000 |
Color Harmonies of #0CBE86
Complementary color
Monochromatic Colors of #0CBE86
Black with #0CBE86
Text Example
Text Example
White with #0CBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBE86; }
p { color: rgb(12,190,134); }
H1.HeaderClassName
{
color: #0CBE86;
}
.AnyTagClassName
{
color: #0CBE86;
}
</style>
background-color css
<style>
a { background-color: #0CBE86; }
a { background-color: rgb(12,190,134); }
div.DivClassName
{
background-color: #0CBE86;
}
.BgClassName
{
background-color: #0CBE86;
}
</style>
border-color css
<style>
span { border-color: #0CBE86; }
span { border-color: rgb(12,190,134); }
td.TdClassName
{
border-color: #0CBE86;
}
.TagClassName
{
border-color: #0CBE86;
}
</style>