#1EA389

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

Shades of Niagara #1EA389

Tints of Niagara #1EA389

Color information

#1EA389 (or 0x1EA389) is unknown color: approx Niagara. HEX triplet: 1E, A3 and 89. RGB value is (30,163,137). Sum of RGB (Red+Green+Blue) = 30+163+137=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA389 is #E15C76. Grayscale: #787878. Windows color (decimal): -14769271 or 9020190. OLE color: 9020190.

HSL color Cylindrical-coordinate representation of color #1EA389: hue angle of 168.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA389 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB30163137-
CMYK0.8200.160.36
HSL168.27º68.91%37.84%-
HSV(B)168.27º81.6%63.92%-
XYZ18.1528.2828.17-
YUV120.27137.4463.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.09%
GREEN value IS 163 (64.06% from 255) = 49.39%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=9.09%
G=49.39%
B=41.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal301631370.8200.160.36168.2768.9137.84
Hex1EA3895201024a84526
Octal362432111220204425010546
Binary1111010100011100010011010010010000100100101010001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,163,137); }

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

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

 a { background-color: rgb(30,163,137); }

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

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

 span { border-color: rgb(30,163,137); }

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