#1EA289

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

Shades of Niagara #1EA289

Tints of Niagara #1EA289

Color information

#1EA289 (or 0x1EA289) is unknown color: approx Niagara. HEX triplet: 1E, A2 and 89. RGB value is (30,162,137). Sum of RGB (Red+Green+Blue) = 30+162+137=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA289 is #E15D76. Grayscale: #777777. Windows color (decimal): -14769527 or 9019934. OLE color: 9019934.

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

Color convert

RGB30162137-
CMYK0.8100.150.36
HSL168.64º68.75%37.65%-
HSV(B)168.64º81.48%63.53%-
XYZ17.9727.9228.11-
YUV119.68137.7764.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.12%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=9.12%
G=49.24%
B=41.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal301621370.8100.150.36168.6468.7537.65
Hex1EA289510F24a94526
Octal362422111210174425110546
Binary111101010001010001001101000101111100100101010011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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