#1EA58E

Color #1EA58E Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #1EA58E

Tints of Niagara #1EA58E

Color information

#1EA58E (or 0x1EA58E) is unknown color: approx Niagara. HEX triplet: 1E, A5 and 8E. RGB value is (30,165,142). Sum of RGB (Red+Green+Blue) = 30+165+142=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA58E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA58E is #E15A71. Grayscale: #797979. Windows color (decimal): -14768754 or 9348382. OLE color: 9348382.

HSL color Cylindrical-coordinate representation of color #1EA58E: hue angle of 169.78º 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 #1EA58E is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB30165142-
CMYK0.8200.140.35
HSL169.78º69.23%38.24%-
HSV(B)169.78º81.82%64.71%-
XYZ18.8729.1430.22-
YUV122.01139.2762.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 8.90%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=8.90%
G=48.96%
B=42.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301651420.8200.140.35169.7869.2338.24
Hex1EA58E520E23aa4526
Octal362452161220164325210546
Binary111101010010110001110101001001110100011101010101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EA58E; }

 p { color: rgb(30,165,142); }

 H1.HeaderClassName
 {
   color: #1EA58E;
 }
 .AnyTagClassName
 {
   color: #1EA58E;
 }
</style>
background-color css

<style>
 a { background-color: #1EA58E; }

 a { background-color: rgb(30,165,142); }

 div.DivClassName
 {
   background-color: #1EA58E;
 }
 .BgClassName
 {
   background-color: #1EA58E;
 }
</style>
border-color css

<style>
 span { border-color: #1EA58E; }

 span { border-color: rgb(30,165,142); }

 td.TdClassName
 {
   border-color: #1EA58E;
 }
 .TagClassName
 {
   border-color: #1EA58E;
 }
</style>