Shades of Mountain Meadow #0CB687
Tints of Mountain Meadow #0CB687
RGB
CMYK
RGB Variations
Color information
#0CB687 (or 0x0CB687) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 87. RGB value is (12,182,135). Sum of RGB (Red+Green+Blue) = 12+182+135=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB687 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB687 is #F34978. Grayscale: #7D7D7D. Windows color (decimal): -15944057 or 8893964. OLE color: 8893964.
HSL color Cylindrical-coordinate representation of color #0CB687: hue angle of 163.41º 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 #0CB687 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 135 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.29 |
| HSL | 163.41º | 0.88% | 0.38% | - |
| HSV(B) | 163.41º | 0.93% | 0.71% | - |
| XYZ | 21.25 | 35.28 | 28.61 | - |
| YUV | 125.81 | 133.18 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 135 | 0.93 | 0 | 0.26 | 0.29 | 163.41 | 0.88 | 0.38 |
| Hex | C | B6 | 87 | 5D | 0 | 1A | 1D | A3 | 58 | 26 |
| Octal | 14 | 266 | 207 | 135 | 0 | 32 | 35 | 243 | 130 | 46 |
| Binary | 1100 | 10110110 | 10000111 | 1011101 | 0 | 11010 | 11101 | 10100011 | 1011000 | 100110 |
Color Harmonies of #0CB687
Complementary color
Monochromatic Colors of #0CB687
Black with #0CB687
Text Example
Text Example
White with #0CB687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB687; }
p { color: rgb(12,182,135); }
H1.HeaderClassName
{
color: #0CB687;
}
.AnyTagClassName
{
color: #0CB687;
}
</style>
background-color css
<style>
a { background-color: #0CB687; }
a { background-color: rgb(12,182,135); }
div.DivClassName
{
background-color: #0CB687;
}
.BgClassName
{
background-color: #0CB687;
}
</style>
border-color css
<style>
span { border-color: #0CB687; }
span { border-color: rgb(12,182,135); }
td.TdClassName
{
border-color: #0CB687;
}
.TagClassName
{
border-color: #0CB687;
}
</style>