Shades of Mountain Meadow #0CB48C
Tints of Mountain Meadow #0CB48C
RGB
CMYK
RGB Variations
Color information
#0CB48C (or 0x0CB48C) is known color: Mountain Meadow. HEX triplet: 0C, B4 and 8C. RGB value is (12,180,140). Sum of RGB (Red+Green+Blue) = 12+180+140=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB48C is #F34B73. Grayscale: #7D7D7D. Windows color (decimal): -15944564 or 9221132. OLE color: 9221132.
HSL color Cylindrical-coordinate representation of color #0CB48C: hue angle of 165.71º 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 #0CB48C is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 140 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.29 |
| HSL | 165.71º | 0.88% | 0.38% | - |
| HSV(B) | 165.71º | 0.93% | 0.71% | - |
| XYZ | 21.21 | 34.61 | 30.37 | - |
| YUV | 125.21 | 136.34 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 140 | 0.93 | 0 | 0.22 | 0.29 | 165.71 | 0.88 | 0.38 |
| Hex | C | B4 | 8C | 5D | 0 | 16 | 1D | A6 | 58 | 26 |
| Octal | 14 | 264 | 214 | 135 | 0 | 26 | 35 | 246 | 130 | 46 |
| Binary | 1100 | 10110100 | 10001100 | 1011101 | 0 | 10110 | 11101 | 10100110 | 1011000 | 100110 |
Color Harmonies of #0CB48C
Complementary color
Monochromatic Colors of #0CB48C
Black with #0CB48C
Text Example
Text Example
White with #0CB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB48C; }
p { color: rgb(12,180,140); }
H1.HeaderClassName
{
color: #0CB48C;
}
.AnyTagClassName
{
color: #0CB48C;
}
</style>
background-color css
<style>
a { background-color: #0CB48C; }
a { background-color: rgb(12,180,140); }
div.DivClassName
{
background-color: #0CB48C;
}
.BgClassName
{
background-color: #0CB48C;
}
</style>
border-color css
<style>
span { border-color: #0CB48C; }
span { border-color: rgb(12,180,140); }
td.TdClassName
{
border-color: #0CB48C;
}
.TagClassName
{
border-color: #0CB48C;
}
</style>