Shades of Niagara #1EAD8F
Tints of Niagara #1EAD8F
RGB
CMYK
RGB Variations
Color information
#1EAD8F (or 0x1EAD8F) is known color: Niagara. HEX triplet: 1E, AD and 8F. RGB value is (30,173,143). Sum of RGB (Red+Green+Blue) = 30+173+143=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAD8F is #E15270. Grayscale: #7E7E7E. Windows color (decimal): -14766705 or 9415966. OLE color: 9415966.
HSL color Cylindrical-coordinate representation of color #1EAD8F: hue angle of 167.41º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAD8F is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 143 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.32 |
| HSL | 167.41º | 0.7% | 0.4% | - |
| HSV(B) | 167.41º | 0.83% | 0.68% | - |
| XYZ | 20.44 | 32.15 | 31.11 | - |
| YUV | 126.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 143 | 0.83 | 0 | 0.17 | 0.32 | 167.41 | 0.7 | 0.4 |
| Hex | 1E | AD | 8F | 53 | 0 | 11 | 20 | A7 | 46 | 28 |
| Octal | 36 | 255 | 217 | 123 | 0 | 21 | 40 | 247 | 106 | 50 |
| Binary | 11110 | 10101101 | 10001111 | 1010011 | 0 | 10001 | 100000 | 10100111 | 1000110 | 101000 |
Color Harmonies of #1EAD8F
Complementary color
Monochromatic Colors of #1EAD8F
Black with #1EAD8F
Text Example
Text Example
White with #1EAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD8F; }
p { color: rgb(30,173,143); }
H1.HeaderClassName
{
color: #1EAD8F;
}
.AnyTagClassName
{
color: #1EAD8F;
}
</style>
background-color css
<style>
a { background-color: #1EAD8F; }
a { background-color: rgb(30,173,143); }
div.DivClassName
{
background-color: #1EAD8F;
}
.BgClassName
{
background-color: #1EAD8F;
}
</style>
border-color css
<style>
span { border-color: #1EAD8F; }
span { border-color: rgb(30,173,143); }
td.TdClassName
{
border-color: #1EAD8F;
}
.TagClassName
{
border-color: #1EAD8F;
}
</style>