Shades of Mountain Meadow #0CAF7B
Tints of Mountain Meadow #0CAF7B
RGB
CMYK
RGB Variations
Color information
#0CAF7B (or 0x0CAF7B) is known color: Mountain Meadow. HEX triplet: 0C, AF and 7B. RGB value is (12,175,123). Sum of RGB (Red+Green+Blue) = 12+175+123=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF7B is #F35084. Grayscale: #787878. Windows color (decimal): -15945861 or 8105740. OLE color: 8105740.
HSL color Cylindrical-coordinate representation of color #0CAF7B: hue angle of 160.86º 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 #0CAF7B is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 123 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.31 |
| HSL | 160.86º | 0.87% | 0.37% | - |
| HSV(B) | 160.86º | 0.93% | 0.69% | - |
| XYZ | 19.06 | 32.17 | 23.94 | - |
| YUV | 120.34 | 129.5 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 123 | 0.93 | 0 | 0.30 | 0.31 | 160.86 | 0.87 | 0.37 |
| Hex | C | AF | 7B | 5D | 0 | 1E | 1F | A1 | 57 | 25 |
| Octal | 14 | 257 | 173 | 135 | 0 | 36 | 37 | 241 | 127 | 45 |
| Binary | 1100 | 10101111 | 1111011 | 1011101 | 0 | 11110 | 11111 | 10100001 | 1010111 | 100101 |
Color Harmonies of #0CAF7B
Complementary color
Monochromatic Colors of #0CAF7B
Black with #0CAF7B
Text Example
Text Example
White with #0CAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF7B; }
p { color: rgb(12,175,123); }
H1.HeaderClassName
{
color: #0CAF7B;
}
.AnyTagClassName
{
color: #0CAF7B;
}
</style>
background-color css
<style>
a { background-color: #0CAF7B; }
a { background-color: rgb(12,175,123); }
div.DivClassName
{
background-color: #0CAF7B;
}
.BgClassName
{
background-color: #0CAF7B;
}
</style>
border-color css
<style>
span { border-color: #0CAF7B; }
span { border-color: rgb(12,175,123); }
td.TdClassName
{
border-color: #0CAF7B;
}
.TagClassName
{
border-color: #0CAF7B;
}
</style>