Shades of Mountain Meadow #0CAF7E
Tints of Mountain Meadow #0CAF7E
RGB
CMYK
RGB Variations
Color information
#0CAF7E (or 0x0CAF7E) is known color: Mountain Meadow. HEX triplet: 0C, AF and 7E. RGB value is (12,175,126). Sum of RGB (Red+Green+Blue) = 12+175+126=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF7E is #F35081. Grayscale: #787878. Windows color (decimal): -15945858 or 8302348. OLE color: 8302348.
HSL color Cylindrical-coordinate representation of color #0CAF7E: hue angle of 161.96º 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 #0CAF7E is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 126 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.31 |
| HSL | 161.96º | 0.87% | 0.37% | - |
| HSV(B) | 161.96º | 0.93% | 0.69% | - |
| XYZ | 19.25 | 32.24 | 24.95 | - |
| YUV | 120.68 | 131 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 126 | 0.93 | 0 | 0.28 | 0.31 | 161.96 | 0.87 | 0.37 |
| Hex | C | AF | 7E | 5D | 0 | 1C | 1F | A2 | 57 | 25 |
| Octal | 14 | 257 | 176 | 135 | 0 | 34 | 37 | 242 | 127 | 45 |
| Binary | 1100 | 10101111 | 1111110 | 1011101 | 0 | 11100 | 11111 | 10100010 | 1010111 | 100101 |
Color Harmonies of #0CAF7E
Complementary color
Monochromatic Colors of #0CAF7E
Black with #0CAF7E
Text Example
Text Example
White with #0CAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF7E; }
p { color: rgb(12,175,126); }
H1.HeaderClassName
{
color: #0CAF7E;
}
.AnyTagClassName
{
color: #0CAF7E;
}
</style>
background-color css
<style>
a { background-color: #0CAF7E; }
a { background-color: rgb(12,175,126); }
div.DivClassName
{
background-color: #0CAF7E;
}
.BgClassName
{
background-color: #0CAF7E;
}
</style>
border-color css
<style>
span { border-color: #0CAF7E; }
span { border-color: rgb(12,175,126); }
td.TdClassName
{
border-color: #0CAF7E;
}
.TagClassName
{
border-color: #0CAF7E;
}
</style>