#1EAE95

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

Shades of Niagara #1EAE95

Tints of Niagara #1EAE95

Color information

#1EAE95 (or 0x1EAE95) is unknown color: approx Niagara. HEX triplet: 1E, AE and 95. RGB value is (30,174,149). Sum of RGB (Red+Green+Blue) = 30+174+149=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAE95 is #E1516A. Grayscale: #808080. Windows color (decimal): -14766443 or 9809438. OLE color: 9809438.

HSL color Cylindrical-coordinate representation of color #1EAE95: hue angle of 169.58º degrees, saturation: 0.71, 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 #1EAE95 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB30174149-
CMYK0.8300.140.32
HSL169.58º70.59%40%-
HSV(B)169.58º82.76%68.24%-
XYZ21.132.7233.64-
YUV128.09139.7958.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.50%
GREEN value IS 174 (68.36% from 255) = 49.29%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=8.50%
G=49.29%
B=42.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301741490.8300.140.32169.5870.5940
Hex1EAE95530E20aa4728
Octal362562251230164025210750
Binary111101010111010010101101001101110100000101010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,149); }

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

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

 a { background-color: rgb(30,174,149); }

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

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

 span { border-color: rgb(30,174,149); }

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