Shades of Mountain Meadow #0CB690
Tints of Mountain Meadow #0CB690
RGB
CMYK
RGB Variations
Color information
#0CB690 (or 0x0CB690) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 90. RGB value is (12,182,144). Sum of RGB (Red+Green+Blue) = 12+182+144=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB690 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB690 is #F3496F. Grayscale: #7E7E7E. Windows color (decimal): -15944048 or 9483788. OLE color: 9483788.
HSL color Cylindrical-coordinate representation of color #0CB690: hue angle of 166.59º 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 #0CB690 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 144 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.29 |
| HSL | 166.59º | 0.88% | 0.38% | - |
| HSV(B) | 166.59º | 0.93% | 0.71% | - |
| XYZ | 21.91 | 35.55 | 32.09 | - |
| YUV | 126.84 | 137.68 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 144 | 0.93 | 0 | 0.21 | 0.29 | 166.59 | 0.88 | 0.38 |
| Hex | C | B6 | 90 | 5D | 0 | 15 | 1D | A7 | 58 | 26 |
| Octal | 14 | 266 | 220 | 135 | 0 | 25 | 35 | 247 | 130 | 46 |
| Binary | 1100 | 10110110 | 10010000 | 1011101 | 0 | 10101 | 11101 | 10100111 | 1011000 | 100110 |
Color Harmonies of #0CB690
Complementary color
Monochromatic Colors of #0CB690
Black with #0CB690
Text Example
Text Example
White with #0CB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB690; }
p { color: rgb(12,182,144); }
H1.HeaderClassName
{
color: #0CB690;
}
.AnyTagClassName
{
color: #0CB690;
}
</style>
background-color css
<style>
a { background-color: #0CB690; }
a { background-color: rgb(12,182,144); }
div.DivClassName
{
background-color: #0CB690;
}
.BgClassName
{
background-color: #0CB690;
}
</style>
border-color css
<style>
span { border-color: #0CB690; }
span { border-color: rgb(12,182,144); }
td.TdClassName
{
border-color: #0CB690;
}
.TagClassName
{
border-color: #0CB690;
}
</style>