#1EA08E

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

Shades of Niagara #1EA08E

Tints of Niagara #1EA08E

Color information

#1EA08E (or 0x1EA08E) is unknown color: approx Niagara. HEX triplet: 1E, A0 and 8E. RGB value is (30,160,142). Sum of RGB (Red+Green+Blue) = 30+160+142=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA08E is #E15F71. Grayscale: #777777. Windows color (decimal): -14770034 or 9347102. OLE color: 9347102.

HSL color Cylindrical-coordinate representation of color #1EA08E: hue angle of 171.69º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA08E is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB30160142-
CMYK0.8100.110.37
HSL171.69º68.42%37.25%-
HSV(B)171.69º81.25%62.75%-
XYZ17.9927.3729.93-
YUV119.08140.9364.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.04%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=9.04%
G=48.19%
B=42.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301601420.8100.110.37171.6968.4237.25
Hex1EA08E510B25ac4425
Octal362402161210134525410445
Binary111101010000010001110101000101011100101101011001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,160,142); }

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

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

 a { background-color: rgb(30,160,142); }

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

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

 span { border-color: rgb(30,160,142); }

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