Shades of Mountain Meadow #0CBE8F
Tints of Mountain Meadow #0CBE8F
RGB
CMYK
RGB Variations
Color information
#0CBE8F (or 0x0CBE8F) is known color: Mountain Meadow. HEX triplet: 0C, BE and 8F. RGB value is (12,190,143). Sum of RGB (Red+Green+Blue) = 12+190+143=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBE8F is #F34170. Grayscale: #838383. Windows color (decimal): -15942001 or 9420300. OLE color: 9420300.
HSL color Cylindrical-coordinate representation of color #0CBE8F: hue angle of 164.16º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE8F is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 143 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.25 |
| HSL | 164.16º | 0.88% | 0.4% | - |
| HSV(B) | 164.16º | 0.94% | 0.75% | - |
| XYZ | 23.52 | 38.89 | 32.25 | - |
| YUV | 131.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 143 | 0.94 | 0 | 0.25 | 0.25 | 164.16 | 0.88 | 0.4 |
| Hex | C | BE | 8F | 5E | 0 | 19 | 19 | A4 | 58 | 28 |
| Octal | 14 | 276 | 217 | 136 | 0 | 31 | 31 | 244 | 130 | 50 |
| Binary | 1100 | 10111110 | 10001111 | 1011110 | 0 | 11001 | 11001 | 10100100 | 1011000 | 101000 |
Color Harmonies of #0CBE8F
Complementary color
Monochromatic Colors of #0CBE8F
Black with #0CBE8F
Text Example
Text Example
White with #0CBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBE8F; }
p { color: rgb(12,190,143); }
H1.HeaderClassName
{
color: #0CBE8F;
}
.AnyTagClassName
{
color: #0CBE8F;
}
</style>
background-color css
<style>
a { background-color: #0CBE8F; }
a { background-color: rgb(12,190,143); }
div.DivClassName
{
background-color: #0CBE8F;
}
.BgClassName
{
background-color: #0CBE8F;
}
</style>
border-color css
<style>
span { border-color: #0CBE8F; }
span { border-color: rgb(12,190,143); }
td.TdClassName
{
border-color: #0CBE8F;
}
.TagClassName
{
border-color: #0CBE8F;
}
</style>