Shades of Niagara #1EA68D
Tints of Niagara #1EA68D
RGB
CMYK
RGB Variations
Color information
#1EA68D (or 0x1EA68D) is known color: Niagara. HEX triplet: 1E, A6 and 8D. RGB value is (30,166,141). Sum of RGB (Red+Green+Blue) = 30+166+141=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA68D is #E15972. Grayscale: #7A7A7A. Windows color (decimal): -14768499 or 9283102. OLE color: 9283102.
HSL color Cylindrical-coordinate representation of color #1EA68D: hue angle of 168.97º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA68D is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 166 | 141 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.35 |
| HSL | 168.97º | 0.69% | 0.38% | - |
| HSV(B) | 168.97º | 0.82% | 0.65% | - |
| XYZ | 18.98 | 29.47 | 29.89 | - |
| YUV | 122.49 | 138.44 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 166 | 141 | 0.82 | 0 | 0.15 | 0.35 | 168.97 | 0.69 | 0.38 |
| Hex | 1E | A6 | 8D | 52 | 0 | F | 23 | A9 | 45 | 26 |
| Octal | 36 | 246 | 215 | 122 | 0 | 17 | 43 | 251 | 105 | 46 |
| Binary | 11110 | 10100110 | 10001101 | 1010010 | 0 | 1111 | 100011 | 10101001 | 1000101 | 100110 |
Color Harmonies of #1EA68D
Complementary color
Monochromatic Colors of #1EA68D
Black with #1EA68D
Text Example
Text Example
White with #1EA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA68D; }
p { color: rgb(30,166,141); }
H1.HeaderClassName
{
color: #1EA68D;
}
.AnyTagClassName
{
color: #1EA68D;
}
</style>
background-color css
<style>
a { background-color: #1EA68D; }
a { background-color: rgb(30,166,141); }
div.DivClassName
{
background-color: #1EA68D;
}
.BgClassName
{
background-color: #1EA68D;
}
</style>
border-color css
<style>
span { border-color: #1EA68D; }
span { border-color: rgb(30,166,141); }
td.TdClassName
{
border-color: #1EA68D;
}
.TagClassName
{
border-color: #1EA68D;
}
</style>