Shades of Niagara #1EAA8D
Tints of Niagara #1EAA8D
RGB
CMYK
RGB Variations
Color information
#1EAA8D (or 0x1EAA8D) is known color: Niagara. HEX triplet: 1E, AA and 8D. RGB value is (30,170,141). Sum of RGB (Red+Green+Blue) = 30+170+141=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA8D is #E15572. Grayscale: #7C7C7C. Windows color (decimal): -14767475 or 9284126. OLE color: 9284126.
HSL color Cylindrical-coordinate representation of color #1EAA8D: hue angle of 167.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAA8D is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 141 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.33 |
| HSL | 167.57º | 0.7% | 0.39% | - |
| HSV(B) | 167.57º | 0.82% | 0.67% | - |
| XYZ | 19.72 | 30.95 | 30.13 | - |
| YUV | 124.83 | 137.12 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 141 | 0.82 | 0 | 0.17 | 0.33 | 167.57 | 0.7 | 0.39 |
| Hex | 1E | AA | 8D | 52 | 0 | 11 | 21 | A8 | 46 | 27 |
| Octal | 36 | 252 | 215 | 122 | 0 | 21 | 41 | 250 | 106 | 47 |
| Binary | 11110 | 10101010 | 10001101 | 1010010 | 0 | 10001 | 100001 | 10101000 | 1000110 | 100111 |
Color Harmonies of #1EAA8D
Complementary color
Monochromatic Colors of #1EAA8D
Black with #1EAA8D
Text Example
Text Example
White with #1EAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAA8D; }
p { color: rgb(30,170,141); }
H1.HeaderClassName
{
color: #1EAA8D;
}
.AnyTagClassName
{
color: #1EAA8D;
}
</style>
background-color css
<style>
a { background-color: #1EAA8D; }
a { background-color: rgb(30,170,141); }
div.DivClassName
{
background-color: #1EAA8D;
}
.BgClassName
{
background-color: #1EAA8D;
}
</style>
border-color css
<style>
span { border-color: #1EAA8D; }
span { border-color: rgb(30,170,141); }
td.TdClassName
{
border-color: #1EAA8D;
}
.TagClassName
{
border-color: #1EAA8D;
}
</style>