Shades of Mountain Meadow #0CB37E
Tints of Mountain Meadow #0CB37E
RGB
CMYK
RGB Variations
Color information
#0CB37E (or 0x0CB37E) is known color: Mountain Meadow. HEX triplet: 0C, B3 and 7E. RGB value is (12,179,126). Sum of RGB (Red+Green+Blue) = 12+179+126=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB37E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB37E is #F34C81. Grayscale: #7B7B7B. Windows color (decimal): -15944834 or 8303372. OLE color: 8303372.
HSL color Cylindrical-coordinate representation of color #0CB37E: hue angle of 160.96º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB37E is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 126 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.30 |
| HSL | 160.96º | 0.87% | 0.37% | - |
| HSV(B) | 160.96º | 0.93% | 0.7% | - |
| XYZ | 20.04 | 33.82 | 25.21 | - |
| YUV | 123.03 | 129.67 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 126 | 0.93 | 0 | 0.30 | 0.30 | 160.96 | 0.87 | 0.37 |
| Hex | C | B3 | 7E | 5D | 0 | 1E | 1E | A1 | 57 | 25 |
| Octal | 14 | 263 | 176 | 135 | 0 | 36 | 36 | 241 | 127 | 45 |
| Binary | 1100 | 10110011 | 1111110 | 1011101 | 0 | 11110 | 11110 | 10100001 | 1010111 | 100101 |
Color Harmonies of #0CB37E
Complementary color
Monochromatic Colors of #0CB37E
Black with #0CB37E
Text Example
Text Example
White with #0CB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB37E; }
p { color: rgb(12,179,126); }
H1.HeaderClassName
{
color: #0CB37E;
}
.AnyTagClassName
{
color: #0CB37E;
}
</style>
background-color css
<style>
a { background-color: #0CB37E; }
a { background-color: rgb(12,179,126); }
div.DivClassName
{
background-color: #0CB37E;
}
.BgClassName
{
background-color: #0CB37E;
}
</style>
border-color css
<style>
span { border-color: #0CB37E; }
span { border-color: rgb(12,179,126); }
td.TdClassName
{
border-color: #0CB37E;
}
.TagClassName
{
border-color: #0CB37E;
}
</style>