#1EA284

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

Shades of Niagara #1EA284

Tints of Niagara #1EA284

Color information

#1EA284 (or 0x1EA284) is unknown color: approx Niagara. HEX triplet: 1E, A2 and 84. RGB value is (30,162,132). Sum of RGB (Red+Green+Blue) = 30+162+132=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA284 is #E15D7B. Grayscale: #777777. Windows color (decimal): -14769532 or 8692254. OLE color: 8692254.

HSL color Cylindrical-coordinate representation of color #1EA284: hue angle of 166.36º 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 #1EA284 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB30162132-
CMYK0.8100.190.36
HSL166.36º68.75%37.65%-
HSV(B)166.36º81.48%63.53%-
XYZ17.6227.7826.26-
YUV119.11135.2764.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.26%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=9.26%
G=50%
B=40.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal301621320.8100.190.36166.3668.7537.65
Hex1EA2845101324a64526
Octal362422041210234424610546
Binary1111010100010100001001010001010011100100101001101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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