#1EA590

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

Shades of Niagara #1EA590

Tints of Niagara #1EA590

Color information

#1EA590 (or 0x1EA590) is unknown color: approx Niagara. HEX triplet: 1E, A5 and 90. RGB value is (30,165,144). Sum of RGB (Red+Green+Blue) = 30+165+144=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA590 is #E15A6F. Grayscale: #7A7A7A. Windows color (decimal): -14768752 or 9479454. OLE color: 9479454.

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

Color convert

RGB30165144-
CMYK0.8200.130.35
HSL170.67º69.23%38.24%-
HSV(B)170.67º81.82%64.71%-
XYZ19.0229.231.02-
YUV122.24140.2762.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.85%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=8.85%
G=48.67%
B=42.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301651440.8200.130.35170.6769.2338.24
Hex1EA590520D23ab4526
Octal362452201220154325310546
Binary111101010010110010000101001001101100011101010111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,165,144); }

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

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

 a { background-color: rgb(30,165,144); }

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

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

 span { border-color: rgb(30,165,144); }

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