Shades of Niagara #1EAB8D
Tints of Niagara #1EAB8D
RGB
CMYK
RGB Variations
Color information
#1EAB8D (or 0x1EAB8D) is known color: Niagara. HEX triplet: 1E, AB and 8D. RGB value is (30,171,141). Sum of RGB (Red+Green+Blue) = 30+171+141=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAB8D is #E15472. Grayscale: #7D7D7D. Windows color (decimal): -14767219 or 9284382. OLE color: 9284382.
HSL color Cylindrical-coordinate representation of color #1EAB8D: hue angle of 167.23º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB8D is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 171 | 141 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.33 |
| HSL | 167.23º | 0.7% | 0.39% | - |
| HSV(B) | 167.23º | 0.82% | 0.67% | - |
| XYZ | 19.91 | 31.32 | 30.2 | - |
| YUV | 125.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 141 | 0.82 | 0 | 0.18 | 0.33 | 167.23 | 0.7 | 0.39 |
| Hex | 1E | AB | 8D | 52 | 0 | 12 | 21 | A7 | 46 | 27 |
| Octal | 36 | 253 | 215 | 122 | 0 | 22 | 41 | 247 | 106 | 47 |
| Binary | 11110 | 10101011 | 10001101 | 1010010 | 0 | 10010 | 100001 | 10100111 | 1000110 | 100111 |
Color Harmonies of #1EAB8D
Complementary color
Monochromatic Colors of #1EAB8D
Black with #1EAB8D
Text Example
Text Example
White with #1EAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAB8D; }
p { color: rgb(30,171,141); }
H1.HeaderClassName
{
color: #1EAB8D;
}
.AnyTagClassName
{
color: #1EAB8D;
}
</style>
background-color css
<style>
a { background-color: #1EAB8D; }
a { background-color: rgb(30,171,141); }
div.DivClassName
{
background-color: #1EAB8D;
}
.BgClassName
{
background-color: #1EAB8D;
}
</style>
border-color css
<style>
span { border-color: #1EAB8D; }
span { border-color: rgb(30,171,141); }
td.TdClassName
{
border-color: #1EAB8D;
}
.TagClassName
{
border-color: #1EAB8D;
}
</style>