Shades of Niagara #1EA68C
Tints of Niagara #1EA68C
RGB
CMYK
RGB Variations
Color information
#1EA68C (or 0x1EA68C) is known color: Niagara. HEX triplet: 1E, A6 and 8C. RGB value is (30,166,140). Sum of RGB (Red+Green+Blue) = 30+166+140=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA68C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA68C is #E15973. Grayscale: #7A7A7A. Windows color (decimal): -14768500 or 9217566. OLE color: 9217566.
HSL color Cylindrical-coordinate representation of color #1EA68C: hue angle of 168.53º 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 #1EA68C is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 166 | 140 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.35 |
| HSL | 168.53º | 0.69% | 0.38% | - |
| HSV(B) | 168.53º | 0.82% | 0.65% | - |
| XYZ | 18.91 | 29.44 | 29.5 | - |
| YUV | 122.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 166 | 140 | 0.82 | 0 | 0.16 | 0.35 | 168.53 | 0.69 | 0.38 |
| Hex | 1E | A6 | 8C | 52 | 0 | 10 | 23 | A9 | 45 | 26 |
| Octal | 36 | 246 | 214 | 122 | 0 | 20 | 43 | 251 | 105 | 46 |
| Binary | 11110 | 10100110 | 10001100 | 1010010 | 0 | 10000 | 100011 | 10101001 | 1000101 | 100110 |
Color Harmonies of #1EA68C
Complementary color
Monochromatic Colors of #1EA68C
Black with #1EA68C
Text Example
Text Example
White with #1EA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA68C; }
p { color: rgb(30,166,140); }
H1.HeaderClassName
{
color: #1EA68C;
}
.AnyTagClassName
{
color: #1EA68C;
}
</style>
background-color css
<style>
a { background-color: #1EA68C; }
a { background-color: rgb(30,166,140); }
div.DivClassName
{
background-color: #1EA68C;
}
.BgClassName
{
background-color: #1EA68C;
}
</style>
border-color css
<style>
span { border-color: #1EA68C; }
span { border-color: rgb(30,166,140); }
td.TdClassName
{
border-color: #1EA68C;
}
.TagClassName
{
border-color: #1EA68C;
}
</style>