Shades of Mountain Meadow #0CB18A
Tints of Mountain Meadow #0CB18A
RGB
CMYK
RGB Variations
Color information
#0CB18A (or 0x0CB18A) is known color: Mountain Meadow. HEX triplet: 0C, B1 and 8A. RGB value is (12,177,138). Sum of RGB (Red+Green+Blue) = 12+177+138=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB18A is #F34E75. Grayscale: #7B7B7B. Windows color (decimal): -15945334 or 9089292. OLE color: 9089292.
HSL color Cylindrical-coordinate representation of color #0CB18A: hue angle of 165.82º 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 #0CB18A is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 177 | 138 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.31 |
| HSL | 165.82º | 0.87% | 0.37% | - |
| HSV(B) | 165.82º | 0.93% | 0.69% | - |
| XYZ | 20.46 | 33.36 | 29.4 | - |
| YUV | 123.22 | 136.34 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 177 | 138 | 0.93 | 0 | 0.22 | 0.31 | 165.82 | 0.87 | 0.37 |
| Hex | C | B1 | 8A | 5D | 0 | 16 | 1F | A6 | 57 | 25 |
| Octal | 14 | 261 | 212 | 135 | 0 | 26 | 37 | 246 | 127 | 45 |
| Binary | 1100 | 10110001 | 10001010 | 1011101 | 0 | 10110 | 11111 | 10100110 | 1010111 | 100101 |
Color Harmonies of #0CB18A
Complementary color
Monochromatic Colors of #0CB18A
Black with #0CB18A
Text Example
Text Example
White with #0CB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB18A; }
p { color: rgb(12,177,138); }
H1.HeaderClassName
{
color: #0CB18A;
}
.AnyTagClassName
{
color: #0CB18A;
}
</style>
background-color css
<style>
a { background-color: #0CB18A; }
a { background-color: rgb(12,177,138); }
div.DivClassName
{
background-color: #0CB18A;
}
.BgClassName
{
background-color: #0CB18A;
}
</style>
border-color css
<style>
span { border-color: #0CB18A; }
span { border-color: rgb(12,177,138); }
td.TdClassName
{
border-color: #0CB18A;
}
.TagClassName
{
border-color: #0CB18A;
}
</style>