Shades of Mountain Meadow #04BA7E
Tints of Mountain Meadow #04BA7E
RGB
CMYK
RGB Variations
Color information
#04BA7E (or 0x04BA7E) is known color: Mountain Meadow. HEX triplet: 04, BA and 7E. RGB value is (4,186,126). Sum of RGB (Red+Green+Blue) = 4+186+126=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA7E is #FB4581. Grayscale: #7C7C7C. Windows color (decimal): -16467330 or 8305156. OLE color: 8305156.
HSL color Cylindrical-coordinate representation of color #04BA7E: hue angle of 160.22º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA7E is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 126 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.27 |
| HSL | 160.22º | 0.96% | 0.37% | - |
| HSV(B) | 160.22º | 0.98% | 0.73% | - |
| XYZ | 21.37 | 36.65 | 25.69 | - |
| YUV | 124.74 | 128.7 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 126 | 0.98 | 0 | 0.32 | 0.27 | 160.22 | 0.96 | 0.37 |
| Hex | 4 | BA | 7E | 62 | 0 | 20 | 1B | A0 | 60 | 25 |
| Octal | 4 | 272 | 176 | 142 | 0 | 40 | 33 | 240 | 140 | 45 |
| Binary | 100 | 10111010 | 1111110 | 1100010 | 0 | 100000 | 11011 | 10100000 | 1100000 | 100101 |
Color Harmonies of #04BA7E
Complementary color
Monochromatic Colors of #04BA7E
Black with #04BA7E
Text Example
Text Example
White with #04BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA7E; }
p { color: rgb(4,186,126); }
H1.HeaderClassName
{
color: #04BA7E;
}
.AnyTagClassName
{
color: #04BA7E;
}
</style>
background-color css
<style>
a { background-color: #04BA7E; }
a { background-color: rgb(4,186,126); }
div.DivClassName
{
background-color: #04BA7E;
}
.BgClassName
{
background-color: #04BA7E;
}
</style>
border-color css
<style>
span { border-color: #04BA7E; }
span { border-color: rgb(4,186,126); }
td.TdClassName
{
border-color: #04BA7E;
}
.TagClassName
{
border-color: #04BA7E;
}
</style>