Shades of Niagara #1EAD92
Tints of Niagara #1EAD92
RGB
CMYK
RGB Variations
Color information
#1EAD92 (or 0x1EAD92) is known color: Niagara. HEX triplet: 1E, AD and 92. RGB value is (30,173,146). Sum of RGB (Red+Green+Blue) = 30+173+146=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAD92 is #E1526D. Grayscale: #7F7F7F. Windows color (decimal): -14766702 or 9612574. OLE color: 9612574.
HSL color Cylindrical-coordinate representation of color #1EAD92: hue angle of 168.67º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAD92 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 146 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.32 |
| HSL | 168.67º | 0.7% | 0.4% | - |
| HSV(B) | 168.67º | 0.83% | 0.68% | - |
| XYZ | 20.67 | 32.24 | 32.33 | - |
| YUV | 127.17 | 138.62 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 146 | 0.83 | 0 | 0.16 | 0.32 | 168.67 | 0.7 | 0.4 |
| Hex | 1E | AD | 92 | 53 | 0 | 10 | 20 | A9 | 46 | 28 |
| Octal | 36 | 255 | 222 | 123 | 0 | 20 | 40 | 251 | 106 | 50 |
| Binary | 11110 | 10101101 | 10010010 | 1010011 | 0 | 10000 | 100000 | 10101001 | 1000110 | 101000 |
Color Harmonies of #1EAD92
Complementary color
Monochromatic Colors of #1EAD92
Black with #1EAD92
Text Example
Text Example
White with #1EAD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD92; }
p { color: rgb(30,173,146); }
H1.HeaderClassName
{
color: #1EAD92;
}
.AnyTagClassName
{
color: #1EAD92;
}
</style>
background-color css
<style>
a { background-color: #1EAD92; }
a { background-color: rgb(30,173,146); }
div.DivClassName
{
background-color: #1EAD92;
}
.BgClassName
{
background-color: #1EAD92;
}
</style>
border-color css
<style>
span { border-color: #1EAD92; }
span { border-color: rgb(30,173,146); }
td.TdClassName
{
border-color: #1EAD92;
}
.TagClassName
{
border-color: #1EAD92;
}
</style>