Shades of Mountain Meadow #0CB884
Tints of Mountain Meadow #0CB884
RGB
CMYK
RGB Variations
Color information
#0CB884 (or 0x0CB884) is known color: Mountain Meadow. HEX triplet: 0C, B8 and 84. RGB value is (12,184,132). Sum of RGB (Red+Green+Blue) = 12+184+132=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB884 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB884 is #F3477B. Grayscale: #7E7E7E. Windows color (decimal): -15943548 or 8697868. OLE color: 8697868.
HSL color Cylindrical-coordinate representation of color #0CB884: hue angle of 161.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB884 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 132 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.28 |
| HSL | 161.86º | 0.88% | 0.38% | - |
| HSV(B) | 161.86º | 0.93% | 0.72% | - |
| XYZ | 21.46 | 36.03 | 27.65 | - |
| YUV | 126.64 | 131.02 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 132 | 0.93 | 0 | 0.28 | 0.28 | 161.86 | 0.88 | 0.38 |
| Hex | C | B8 | 84 | 5D | 0 | 1C | 1C | A2 | 58 | 26 |
| Octal | 14 | 270 | 204 | 135 | 0 | 34 | 34 | 242 | 130 | 46 |
| Binary | 1100 | 10111000 | 10000100 | 1011101 | 0 | 11100 | 11100 | 10100010 | 1011000 | 100110 |
Color Harmonies of #0CB884
Complementary color
Monochromatic Colors of #0CB884
Black with #0CB884
Text Example
Text Example
White with #0CB884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB884; }
p { color: rgb(12,184,132); }
H1.HeaderClassName
{
color: #0CB884;
}
.AnyTagClassName
{
color: #0CB884;
}
</style>
background-color css
<style>
a { background-color: #0CB884; }
a { background-color: rgb(12,184,132); }
div.DivClassName
{
background-color: #0CB884;
}
.BgClassName
{
background-color: #0CB884;
}
</style>
border-color css
<style>
span { border-color: #0CB884; }
span { border-color: rgb(12,184,132); }
td.TdClassName
{
border-color: #0CB884;
}
.TagClassName
{
border-color: #0CB884;
}
</style>