#1EA78C

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

Shades of Niagara #1EA78C

Tints of Niagara #1EA78C

Color information

#1EA78C (or 0x1EA78C) is unknown color: approx Niagara. HEX triplet: 1E, A7 and 8C. RGB value is (30,167,140). Sum of RGB (Red+Green+Blue) = 30+167+140=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #1EA78C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA78C is #E15873. Grayscale: #7A7A7A. Windows color (decimal): -14768244 or 9217822. OLE color: 9217822.

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

Color convert

RGB30167140-
CMYK0.8200.160.35
HSL168.18º69.54%38.63%-
HSV(B)168.18º82.04%65.49%-
XYZ19.0929.8129.56-
YUV122.96137.6161.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.90%
GREEN value IS 167 (65.62% from 255) = 49.55%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=8.90%
G=49.55%
B=41.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301671400.8200.160.35168.1869.5438.63
Hex1EA78C5201023a84627
Octal362472141220204325010647
Binary1111010100111100011001010010010000100011101010001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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