#1EA28C

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

Shades of Niagara #1EA28C

Tints of Niagara #1EA28C

Color information

#1EA28C (or 0x1EA28C) is unknown color: approx Niagara. HEX triplet: 1E, A2 and 8C. RGB value is (30,162,140). Sum of RGB (Red+Green+Blue) = 30+162+140=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA28C is #E15D73. Grayscale: #777777. Windows color (decimal): -14769524 or 9216542. OLE color: 9216542.

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

Color convert

RGB30162140-
CMYK0.8100.140.36
HSL170º68.75%37.65%-
HSV(B)170º81.48%63.53%-
XYZ18.1928.0129.26-
YUV120.02139.2763.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.04%
GREEN value IS 162 (63.67% from 255) = 48.80%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=9.04%
G=48.80%
B=42.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal301621400.8100.140.3617068.7537.65
Hex1EA28C510E24aa4526
Octal362422141210164425210546
Binary111101010001010001100101000101110100100101010101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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