#1EAB94

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

Shades of Niagara #1EAB94

Tints of Niagara #1EAB94

Color information

#1EAB94 (or 0x1EAB94) is unknown color: approx Niagara. HEX triplet: 1E, AB and 94. RGB value is (30,171,148). Sum of RGB (Red+Green+Blue) = 30+171+148=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAB94 is #E1546B. Grayscale: #7E7E7E. Windows color (decimal): -14767212 or 9743134. OLE color: 9743134.

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

Color convert

RGB30171148-
CMYK0.8200.130.33
HSL170.21º70.15%39.41%-
HSV(B)170.21º82.46%67.06%-
XYZ20.4431.5433.03-
YUV126.22140.2959.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.60%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=8.60%
G=49.00%
B=42.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301711480.8200.130.33170.2170.1539.41
Hex1EAB94520D21aa4627
Octal362532241220154125210647
Binary111101010101110010100101001001101100001101010101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,171,148); }

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

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

 a { background-color: rgb(30,171,148); }

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

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

 span { border-color: rgb(30,171,148); }

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