Shades of Mountain Meadow #0CBB8C
Tints of Mountain Meadow #0CBB8C
RGB
CMYK
RGB Variations
Color information
#0CBB8C (or 0x0CBB8C) is known color: Mountain Meadow. HEX triplet: 0C, BB and 8C. RGB value is (12,187,140). Sum of RGB (Red+Green+Blue) = 12+187+140=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBB8C is #F34473. Grayscale: #818181. Windows color (decimal): -15942772 or 9222924. OLE color: 9222924.
HSL color Cylindrical-coordinate representation of color #0CBB8C: hue angle of 163.89º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBB8C is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 187 | 140 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.27 |
| HSL | 163.89º | 0.88% | 0.39% | - |
| HSV(B) | 163.89º | 0.94% | 0.73% | - |
| XYZ | 22.66 | 37.51 | 30.86 | - |
| YUV | 129.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 140 | 0.94 | 0 | 0.25 | 0.27 | 163.89 | 0.88 | 0.39 |
| Hex | C | BB | 8C | 5E | 0 | 19 | 1B | A4 | 58 | 27 |
| Octal | 14 | 273 | 214 | 136 | 0 | 31 | 33 | 244 | 130 | 47 |
| Binary | 1100 | 10111011 | 10001100 | 1011110 | 0 | 11001 | 11011 | 10100100 | 1011000 | 100111 |
Color Harmonies of #0CBB8C
Complementary color
Monochromatic Colors of #0CBB8C
Black with #0CBB8C
Text Example
Text Example
White with #0CBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBB8C; }
p { color: rgb(12,187,140); }
H1.HeaderClassName
{
color: #0CBB8C;
}
.AnyTagClassName
{
color: #0CBB8C;
}
</style>
background-color css
<style>
a { background-color: #0CBB8C; }
a { background-color: rgb(12,187,140); }
div.DivClassName
{
background-color: #0CBB8C;
}
.BgClassName
{
background-color: #0CBB8C;
}
</style>
border-color css
<style>
span { border-color: #0CBB8C; }
span { border-color: rgb(12,187,140); }
td.TdClassName
{
border-color: #0CBB8C;
}
.TagClassName
{
border-color: #0CBB8C;
}
</style>