#1EAA93

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

Shades of Niagara #1EAA93

Tints of Niagara #1EAA93

Color information

#1EAA93 (or 0x1EAA93) is unknown color: approx Niagara. HEX triplet: 1E, AA and 93. RGB value is (30,170,147). Sum of RGB (Red+Green+Blue) = 30+170+147=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA93 is #E1556C. Grayscale: #7D7D7D. Windows color (decimal): -14767469 or 9677342. OLE color: 9677342.

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

Color convert

RGB30170147-
CMYK0.8200.140.33
HSL170.14º70%39.22%-
HSV(B)170.14º82.35%66.67%-
XYZ20.1831.1332.55-
YUV125.52140.1259.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.65%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=8.65%
G=48.99%
B=42.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301701470.8200.140.33170.147039.22
Hex1EAA93520E21aa4627
Octal362522231220164125210647
Binary111101010101010010011101001001110100001101010101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,170,147); }

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

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

 a { background-color: rgb(30,170,147); }

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

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

 span { border-color: rgb(30,170,147); }

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