Shades of Niagara #1EAC93
Tints of Niagara #1EAC93
RGB
CMYK
RGB Variations
Color information
#1EAC93 (or 0x1EAC93) is known color: Niagara. HEX triplet: 1E, AC and 93. RGB value is (30,172,147). Sum of RGB (Red+Green+Blue) = 30+172+147=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAC93 is #E1536C. Grayscale: #7E7E7E. Windows color (decimal): -14766957 or 9677854. OLE color: 9677854.
HSL color Cylindrical-coordinate representation of color #1EAC93: hue angle of 169.44º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAC93 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 172 | 147 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.33 |
| HSL | 169.44º | 0.7% | 0.4% | - |
| HSV(B) | 169.44º | 0.83% | 0.67% | - |
| XYZ | 20.55 | 31.89 | 32.68 | - |
| YUV | 126.69 | 139.46 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 147 | 0.83 | 0 | 0.15 | 0.33 | 169.44 | 0.7 | 0.4 |
| Hex | 1E | AC | 93 | 53 | 0 | F | 21 | A9 | 46 | 28 |
| Octal | 36 | 254 | 223 | 123 | 0 | 17 | 41 | 251 | 106 | 50 |
| Binary | 11110 | 10101100 | 10010011 | 1010011 | 0 | 1111 | 100001 | 10101001 | 1000110 | 101000 |
Color Harmonies of #1EAC93
Complementary color
Monochromatic Colors of #1EAC93
Black with #1EAC93
Text Example
Text Example
White with #1EAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAC93; }
p { color: rgb(30,172,147); }
H1.HeaderClassName
{
color: #1EAC93;
}
.AnyTagClassName
{
color: #1EAC93;
}
</style>
background-color css
<style>
a { background-color: #1EAC93; }
a { background-color: rgb(30,172,147); }
div.DivClassName
{
background-color: #1EAC93;
}
.BgClassName
{
background-color: #1EAC93;
}
</style>
border-color css
<style>
span { border-color: #1EAC93; }
span { border-color: rgb(30,172,147); }
td.TdClassName
{
border-color: #1EAC93;
}
.TagClassName
{
border-color: #1EAC93;
}
</style>