Shades of Mountain Meadow #0CB18D
Tints of Mountain Meadow #0CB18D
RGB
CMYK
RGB Variations
Color information
#0CB18D (or 0x0CB18D) is known color: Mountain Meadow. HEX triplet: 0C, B1 and 8D. RGB value is (12,177,141). Sum of RGB (Red+Green+Blue) = 12+177+141=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB18D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB18D is #F34E72. Grayscale: #7B7B7B. Windows color (decimal): -15945331 or 9285900. OLE color: 9285900.
HSL color Cylindrical-coordinate representation of color #0CB18D: hue angle of 166.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB18D is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 177 | 141 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.31 |
| HSL | 166.91º | 0.87% | 0.37% | - |
| HSV(B) | 166.91º | 0.93% | 0.69% | - |
| XYZ | 20.68 | 33.45 | 30.56 | - |
| YUV | 123.56 | 137.84 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 177 | 141 | 0.93 | 0 | 0.20 | 0.31 | 166.91 | 0.87 | 0.37 |
| Hex | C | B1 | 8D | 5D | 0 | 14 | 1F | A7 | 57 | 25 |
| Octal | 14 | 261 | 215 | 135 | 0 | 24 | 37 | 247 | 127 | 45 |
| Binary | 1100 | 10110001 | 10001101 | 1011101 | 0 | 10100 | 11111 | 10100111 | 1010111 | 100101 |
Color Harmonies of #0CB18D
Complementary color
Monochromatic Colors of #0CB18D
Black with #0CB18D
Text Example
Text Example
White with #0CB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB18D; }
p { color: rgb(12,177,141); }
H1.HeaderClassName
{
color: #0CB18D;
}
.AnyTagClassName
{
color: #0CB18D;
}
</style>
background-color css
<style>
a { background-color: #0CB18D; }
a { background-color: rgb(12,177,141); }
div.DivClassName
{
background-color: #0CB18D;
}
.BgClassName
{
background-color: #0CB18D;
}
</style>
border-color css
<style>
span { border-color: #0CB18D; }
span { border-color: rgb(12,177,141); }
td.TdClassName
{
border-color: #0CB18D;
}
.TagClassName
{
border-color: #0CB18D;
}
</style>