Shades of Mountain Meadow #0CBB8D
Tints of Mountain Meadow #0CBB8D
RGB
CMYK
RGB Variations
Color information
#0CBB8D (or 0x0CBB8D) is known color: Mountain Meadow. HEX triplet: 0C, BB and 8D. RGB value is (12,187,141). Sum of RGB (Red+Green+Blue) = 12+187+141=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBB8D is #F34472. Grayscale: #818181. Windows color (decimal): -15942771 or 9288460. OLE color: 9288460.
HSL color Cylindrical-coordinate representation of color #0CBB8D: hue angle of 164.23º 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 #0CBB8D is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 187 | 141 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.27 |
| HSL | 164.23º | 0.88% | 0.39% | - |
| HSV(B) | 164.23º | 0.94% | 0.73% | - |
| XYZ | 22.73 | 37.54 | 31.25 | - |
| YUV | 129.43 | 134.52 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 141 | 0.94 | 0 | 0.25 | 0.27 | 164.23 | 0.88 | 0.39 |
| Hex | C | BB | 8D | 5E | 0 | 19 | 1B | A4 | 58 | 27 |
| Octal | 14 | 273 | 215 | 136 | 0 | 31 | 33 | 244 | 130 | 47 |
| Binary | 1100 | 10111011 | 10001101 | 1011110 | 0 | 11001 | 11011 | 10100100 | 1011000 | 100111 |
Color Harmonies of #0CBB8D
Complementary color
Monochromatic Colors of #0CBB8D
Black with #0CBB8D
Text Example
Text Example
White with #0CBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBB8D; }
p { color: rgb(12,187,141); }
H1.HeaderClassName
{
color: #0CBB8D;
}
.AnyTagClassName
{
color: #0CBB8D;
}
</style>
background-color css
<style>
a { background-color: #0CBB8D; }
a { background-color: rgb(12,187,141); }
div.DivClassName
{
background-color: #0CBB8D;
}
.BgClassName
{
background-color: #0CBB8D;
}
</style>
border-color css
<style>
span { border-color: #0CBB8D; }
span { border-color: rgb(12,187,141); }
td.TdClassName
{
border-color: #0CBB8D;
}
.TagClassName
{
border-color: #0CBB8D;
}
</style>