Shades of Niagara #1EA68A
Tints of Niagara #1EA68A
RGB
CMYK
RGB Variations
Color information
#1EA68A (or 0x1EA68A) is known color: Niagara. HEX triplet: 1E, A6 and 8A. RGB value is (30,166,138). Sum of RGB (Red+Green+Blue) = 30+166+138=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA68A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA68A is #E15975. Grayscale: #7A7A7A. Windows color (decimal): -14768502 or 9086494. OLE color: 9086494.
HSL color Cylindrical-coordinate representation of color #1EA68A: hue angle of 167.65º 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 #1EA68A is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 166 | 138 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.35 |
| HSL | 167.65º | 0.69% | 0.38% | - |
| HSV(B) | 167.65º | 0.82% | 0.65% | - |
| XYZ | 18.76 | 29.38 | 28.73 | - |
| YUV | 122.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 166 | 138 | 0.82 | 0 | 0.17 | 0.35 | 167.65 | 0.69 | 0.38 |
| Hex | 1E | A6 | 8A | 52 | 0 | 11 | 23 | A8 | 45 | 26 |
| Octal | 36 | 246 | 212 | 122 | 0 | 21 | 43 | 250 | 105 | 46 |
| Binary | 11110 | 10100110 | 10001010 | 1010010 | 0 | 10001 | 100011 | 10101000 | 1000101 | 100110 |
Color Harmonies of #1EA68A
Complementary color
Monochromatic Colors of #1EA68A
Black with #1EA68A
Text Example
Text Example
White with #1EA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA68A; }
p { color: rgb(30,166,138); }
H1.HeaderClassName
{
color: #1EA68A;
}
.AnyTagClassName
{
color: #1EA68A;
}
</style>
background-color css
<style>
a { background-color: #1EA68A; }
a { background-color: rgb(30,166,138); }
div.DivClassName
{
background-color: #1EA68A;
}
.BgClassName
{
background-color: #1EA68A;
}
</style>
border-color css
<style>
span { border-color: #1EA68A; }
span { border-color: rgb(30,166,138); }
td.TdClassName
{
border-color: #1EA68A;
}
.TagClassName
{
border-color: #1EA68A;
}
</style>