#1EA28A

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

Shades of Niagara #1EA28A

Tints of Niagara #1EA28A

Color information

#1EA28A (or 0x1EA28A) is unknown color: approx Niagara. HEX triplet: 1E, A2 and 8A. RGB value is (30,162,138). Sum of RGB (Red+Green+Blue) = 30+162+138=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA28A is #E15D75. Grayscale: #777777. Windows color (decimal): -14769526 or 9085470. OLE color: 9085470.

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

Color convert

RGB30162138-
CMYK0.8100.150.36
HSL169.09º68.75%37.65%-
HSV(B)169.09º81.48%63.53%-
XYZ18.0427.9528.49-
YUV119.8138.2763.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.09%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=9.09%
G=49.09%
B=41.82%

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
Decimal301621380.8100.150.36169.0968.7537.65
Hex1EA28A510F24a94526
Octal362422121210174425110546
Binary111101010001010001010101000101111100100101010011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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