Shades of Mountain Meadow #0CB486
Tints of Mountain Meadow #0CB486
RGB
CMYK
RGB Variations
Color information
#0CB486 (or 0x0CB486) is known color: Mountain Meadow. HEX triplet: 0C, B4 and 86. RGB value is (12,180,134). Sum of RGB (Red+Green+Blue) = 12+180+134=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB486 is #F34B79. Grayscale: #7C7C7C. Windows color (decimal): -15944570 or 8827916. OLE color: 8827916.
HSL color Cylindrical-coordinate representation of color #0CB486: hue angle of 163.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB486 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 134 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.29 |
| HSL | 163.57º | 0.88% | 0.38% | - |
| HSV(B) | 163.57º | 0.93% | 0.71% | - |
| XYZ | 20.78 | 34.44 | 28.11 | - |
| YUV | 124.52 | 133.34 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 134 | 0.93 | 0 | 0.26 | 0.29 | 163.57 | 0.88 | 0.38 |
| Hex | C | B4 | 86 | 5D | 0 | 1A | 1D | A4 | 58 | 26 |
| Octal | 14 | 264 | 206 | 135 | 0 | 32 | 35 | 244 | 130 | 46 |
| Binary | 1100 | 10110100 | 10000110 | 1011101 | 0 | 11010 | 11101 | 10100100 | 1011000 | 100110 |
Color Harmonies of #0CB486
Complementary color
Monochromatic Colors of #0CB486
Black with #0CB486
Text Example
Text Example
White with #0CB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB486; }
p { color: rgb(12,180,134); }
H1.HeaderClassName
{
color: #0CB486;
}
.AnyTagClassName
{
color: #0CB486;
}
</style>
background-color css
<style>
a { background-color: #0CB486; }
a { background-color: rgb(12,180,134); }
div.DivClassName
{
background-color: #0CB486;
}
.BgClassName
{
background-color: #0CB486;
}
</style>
border-color css
<style>
span { border-color: #0CB486; }
span { border-color: rgb(12,180,134); }
td.TdClassName
{
border-color: #0CB486;
}
.TagClassName
{
border-color: #0CB486;
}
</style>