Shades of Mountain Meadow #1EBA8F
Tints of Mountain Meadow #1EBA8F
RGB
CMYK
RGB Variations
Color information
#1EBA8F (or 0x1EBA8F) is known color: Mountain Meadow. HEX triplet: 1E, BA and 8F. RGB value is (30,186,143). Sum of RGB (Red+Green+Blue) = 30+186+143=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBA8F is #E14570. Grayscale: #868686. Windows color (decimal): -14763377 or 9419294. OLE color: 9419294.
HSL color Cylindrical-coordinate representation of color #1EBA8F: hue angle of 163.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBA8F is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 143 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.27 |
| HSL | 163.46º | 0.72% | 0.42% | - |
| HSV(B) | 163.46º | 0.84% | 0.73% | - |
| XYZ | 23.05 | 37.38 | 31.99 | - |
| YUV | 134.45 | 132.82 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 143 | 0.84 | 0 | 0.23 | 0.27 | 163.46 | 0.72 | 0.42 |
| Hex | 1E | BA | 8F | 54 | 0 | 17 | 1B | A3 | 48 | 2A |
| Octal | 36 | 272 | 217 | 124 | 0 | 27 | 33 | 243 | 110 | 52 |
| Binary | 11110 | 10111010 | 10001111 | 1010100 | 0 | 10111 | 11011 | 10100011 | 1001000 | 101010 |
Color Harmonies of #1EBA8F
Complementary color
Monochromatic Colors of #1EBA8F
Black with #1EBA8F
Text Example
Text Example
White with #1EBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA8F; }
p { color: rgb(30,186,143); }
H1.HeaderClassName
{
color: #1EBA8F;
}
.AnyTagClassName
{
color: #1EBA8F;
}
</style>
background-color css
<style>
a { background-color: #1EBA8F; }
a { background-color: rgb(30,186,143); }
div.DivClassName
{
background-color: #1EBA8F;
}
.BgClassName
{
background-color: #1EBA8F;
}
</style>
border-color css
<style>
span { border-color: #1EBA8F; }
span { border-color: rgb(30,186,143); }
td.TdClassName
{
border-color: #1EBA8F;
}
.TagClassName
{
border-color: #1EBA8F;
}
</style>