#1EAA8C

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

Shades of Niagara #1EAA8C

Tints of Niagara #1EAA8C

Color information

#1EAA8C (or 0x1EAA8C) is unknown color: approx Niagara. HEX triplet: 1E, AA and 8C. RGB value is (30,170,140). Sum of RGB (Red+Green+Blue) = 30+170+140=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA8C is #E15573. Grayscale: #7C7C7C. Windows color (decimal): -14767476 or 9218590. OLE color: 9218590.

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

Color convert

RGB30170140-
CMYK0.8200.180.33
HSL167.14º70%39.22%-
HSV(B)167.14º82.35%66.67%-
XYZ19.6430.9229.74-
YUV124.72136.6260.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.82%
GREEN value IS 170 (66.80% from 255) = 50%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=8.82%
G=50%
B=41.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301701400.8200.180.33167.147039.22
Hex1EAA8C5201221a74627
Octal362522141220224124710647
Binary1111010101010100011001010010010010100001101001111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,170,140); }

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

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

 a { background-color: rgb(30,170,140); }

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

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

 span { border-color: rgb(30,170,140); }

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