Shades of Niagara #1EAA90
Tints of Niagara #1EAA90
RGB
CMYK
RGB Variations
Color information
#1EAA90 (or 0x1EAA90) is known color: Niagara. HEX triplet: 1E, AA and 90. RGB value is (30,170,144). Sum of RGB (Red+Green+Blue) = 30+170+144=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA90 is #E1556F. Grayscale: #7D7D7D. Windows color (decimal): -14767472 or 9480734. OLE color: 9480734.
HSL color Cylindrical-coordinate representation of color #1EAA90: hue angle of 168.86º 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 #1EAA90 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 144 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.33 |
| HSL | 168.86º | 0.7% | 0.39% | - |
| HSV(B) | 168.86º | 0.82% | 0.67% | - |
| XYZ | 19.94 | 31.04 | 31.33 | - |
| YUV | 125.18 | 138.62 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 144 | 0.82 | 0 | 0.15 | 0.33 | 168.86 | 0.7 | 0.39 |
| Hex | 1E | AA | 90 | 52 | 0 | F | 21 | A9 | 46 | 27 |
| Octal | 36 | 252 | 220 | 122 | 0 | 17 | 41 | 251 | 106 | 47 |
| Binary | 11110 | 10101010 | 10010000 | 1010010 | 0 | 1111 | 100001 | 10101001 | 1000110 | 100111 |
Color Harmonies of #1EAA90
Complementary color
Monochromatic Colors of #1EAA90
Black with #1EAA90
Text Example
Text Example
White with #1EAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAA90; }
p { color: rgb(30,170,144); }
H1.HeaderClassName
{
color: #1EAA90;
}
.AnyTagClassName
{
color: #1EAA90;
}
</style>
background-color css
<style>
a { background-color: #1EAA90; }
a { background-color: rgb(30,170,144); }
div.DivClassName
{
background-color: #1EAA90;
}
.BgClassName
{
background-color: #1EAA90;
}
</style>
border-color css
<style>
span { border-color: #1EAA90; }
span { border-color: rgb(30,170,144); }
td.TdClassName
{
border-color: #1EAA90;
}
.TagClassName
{
border-color: #1EAA90;
}
</style>