Shades of Niagara #1E997F
Tints of Niagara #1E997F
RGB
CMYK
RGB Variations
Color information
#1E997F (or 0x1E997F) is known color: Niagara. HEX triplet: 1E, 99 and 7F. RGB value is (30,153,127). Sum of RGB (Red+Green+Blue) = 30+153+127=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #1E997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E997F is #E16680. Grayscale: #717171. Windows color (decimal): -14771841 or 8362270. OLE color: 8362270.
HSL color Cylindrical-coordinate representation of color #1E997F: hue angle of 167.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E997F is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 30 | 153 | 127 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.4 |
| HSL | 167.32º | 0.67% | 0.36% | - |
| HSV(B) | 167.32º | 0.8% | 0.6% | - |
| XYZ | 15.76 | 24.59 | 23.99 | - |
| YUV | 113.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 127 | 0.80 | 0 | 0.17 | 0.4 | 167.32 | 0.67 | 0.36 |
| Hex | 1E | 99 | 7F | 50 | 0 | 11 | 28 | A7 | 43 | 24 |
| Octal | 36 | 231 | 177 | 120 | 0 | 21 | 50 | 247 | 103 | 44 |
| Binary | 11110 | 10011001 | 1111111 | 1010000 | 0 | 10001 | 101000 | 10100111 | 1000011 | 100100 |
Color Harmonies of #1E997F
Complementary color
Monochromatic Colors of #1E997F
Black with #1E997F
Text Example
Text Example
White with #1E997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E997F; }
p { color: rgb(30,153,127); }
H1.HeaderClassName
{
color: #1E997F;
}
.AnyTagClassName
{
color: #1E997F;
}
</style>
background-color css
<style>
a { background-color: #1E997F; }
a { background-color: rgb(30,153,127); }
div.DivClassName
{
background-color: #1E997F;
}
.BgClassName
{
background-color: #1E997F;
}
</style>
border-color css
<style>
span { border-color: #1E997F; }
span { border-color: rgb(30,153,127); }
td.TdClassName
{
border-color: #1E997F;
}
.TagClassName
{
border-color: #1E997F;
}
</style>