Shades of Mountain Meadow #1EB685
Tints of Mountain Meadow #1EB685
RGB
CMYK
RGB Variations
Color information
#1EB685 (or 0x1EB685) is known color: Mountain Meadow. HEX triplet: 1E, B6 and 85. RGB value is (30,182,133). Sum of RGB (Red+Green+Blue) = 30+182+133=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #1EB685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB685 is #E1497A. Grayscale: #838383. Windows color (decimal): -14764411 or 8762910. OLE color: 8762910.
HSL color Cylindrical-coordinate representation of color #1EB685: hue angle of 160.66º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB685 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 182 | 133 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.29 |
| HSL | 160.66º | 0.72% | 0.42% | - |
| HSV(B) | 160.66º | 0.84% | 0.71% | - |
| XYZ | 21.5 | 35.43 | 27.9 | - |
| YUV | 130.97 | 129.14 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 182 | 133 | 0.84 | 0 | 0.27 | 0.29 | 160.66 | 0.72 | 0.42 |
| Hex | 1E | B6 | 85 | 54 | 0 | 1B | 1D | A1 | 48 | 2A |
| Octal | 36 | 266 | 205 | 124 | 0 | 33 | 35 | 241 | 110 | 52 |
| Binary | 11110 | 10110110 | 10000101 | 1010100 | 0 | 11011 | 11101 | 10100001 | 1001000 | 101010 |
Color Harmonies of #1EB685
Complementary color
Monochromatic Colors of #1EB685
Black with #1EB685
Text Example
Text Example
White with #1EB685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB685; }
p { color: rgb(30,182,133); }
H1.HeaderClassName
{
color: #1EB685;
}
.AnyTagClassName
{
color: #1EB685;
}
</style>
background-color css
<style>
a { background-color: #1EB685; }
a { background-color: rgb(30,182,133); }
div.DivClassName
{
background-color: #1EB685;
}
.BgClassName
{
background-color: #1EB685;
}
</style>
border-color css
<style>
span { border-color: #1EB685; }
span { border-color: rgb(30,182,133); }
td.TdClassName
{
border-color: #1EB685;
}
.TagClassName
{
border-color: #1EB685;
}
</style>