Shades of Niagara #1EAA93
Tints of Niagara #1EAA93
RGB
CMYK
RGB Variations
Color information
#1EAA93 (or 0x1EAA93) is known color: Niagara. HEX triplet: 1E, AA and 93. RGB value is (30,170,147). Sum of RGB (Red+Green+Blue) = 30+170+147=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA93 is #E1556C. Grayscale: #7D7D7D. Windows color (decimal): -14767469 or 9677342. OLE color: 9677342.
HSL color Cylindrical-coordinate representation of color #1EAA93: hue angle of 170.14º 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 #1EAA93 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 147 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.33 |
| HSL | 170.14º | 0.7% | 0.39% | - |
| HSV(B) | 170.14º | 0.82% | 0.67% | - |
| XYZ | 20.18 | 31.13 | 32.55 | - |
| YUV | 125.52 | 140.12 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 147 | 0.82 | 0 | 0.14 | 0.33 | 170.14 | 0.7 | 0.39 |
| Hex | 1E | AA | 93 | 52 | 0 | E | 21 | AA | 46 | 27 |
| Octal | 36 | 252 | 223 | 122 | 0 | 16 | 41 | 252 | 106 | 47 |
| Binary | 11110 | 10101010 | 10010011 | 1010010 | 0 | 1110 | 100001 | 10101010 | 1000110 | 100111 |
Color Harmonies of #1EAA93
Complementary color
Monochromatic Colors of #1EAA93
Black with #1EAA93
Text Example
Text Example
White with #1EAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAA93; }
p { color: rgb(30,170,147); }
H1.HeaderClassName
{
color: #1EAA93;
}
.AnyTagClassName
{
color: #1EAA93;
}
</style>
background-color css
<style>
a { background-color: #1EAA93; }
a { background-color: rgb(30,170,147); }
div.DivClassName
{
background-color: #1EAA93;
}
.BgClassName
{
background-color: #1EAA93;
}
</style>
border-color css
<style>
span { border-color: #1EAA93; }
span { border-color: rgb(30,170,147); }
td.TdClassName
{
border-color: #1EAA93;
}
.TagClassName
{
border-color: #1EAA93;
}
</style>