#1EA08D

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

Shades of Niagara #1EA08D

Tints of Niagara #1EA08D

Color information

#1EA08D (or 0x1EA08D) is unknown color: approx Niagara. HEX triplet: 1E, A0 and 8D. RGB value is (30,160,141). Sum of RGB (Red+Green+Blue) = 30+160+141=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA08D is #E15F72. Grayscale: #767676. Windows color (decimal): -14770035 or 9281566. OLE color: 9281566.

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

Color convert

RGB30160141-
CMYK0.8100.120.37
HSL171.23º68.42%37.25%-
HSV(B)171.23º81.25%62.75%-
XYZ17.9127.3429.53-
YUV118.96140.4364.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.06%
GREEN value IS 160 (62.89% from 255) = 48.34%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=9.06%
G=48.34%
B=42.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301601410.8100.120.37171.2368.4237.25
Hex1EA08D510C25ab4425
Octal362402151210144525310445
Binary111101010000010001101101000101100100101101010111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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