#1EA587

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

Shades of Niagara #1EA587

Tints of Niagara #1EA587

Color information

#1EA587 (or 0x1EA587) is unknown color: approx Niagara. HEX triplet: 1E, A5 and 87. RGB value is (30,165,135). Sum of RGB (Red+Green+Blue) = 30+165+135=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA587 is #E15A78. Grayscale: #797979. Windows color (decimal): -14768761 or 8889630. OLE color: 8889630.

HSL color Cylindrical-coordinate representation of color #1EA587: hue angle of 166.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 #1EA587 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB30165135-
CMYK0.8200.180.35
HSL166.67º69.23%38.24%-
HSV(B)166.67º81.82%64.71%-
XYZ18.3628.9427.54-
YUV121.21135.7762.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.09%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=9.09%
G=50%
B=40.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301651350.8200.180.35166.6769.2338.24
Hex1EA5875201223a74526
Octal362452071220224324710546
Binary1111010100101100001111010010010010100011101001111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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