#1EAA8B

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

Shades of Niagara #1EAA8B

Tints of Niagara #1EAA8B

Color information

#1EAA8B (or 0x1EAA8B) is unknown color: approx Niagara. HEX triplet: 1E, AA and 8B. RGB value is (30,170,139). Sum of RGB (Red+Green+Blue) = 30+170+139=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA8B is #E15574. Grayscale: #7C7C7C. Windows color (decimal): -14767477 or 9153054. OLE color: 9153054.

HSL color Cylindrical-coordinate representation of color #1EAA8B: hue angle of 166.71º 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 #1EAA8B is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB30170139-
CMYK0.8200.180.33
HSL166.71º70%39.22%-
HSV(B)166.71º82.35%66.67%-
XYZ19.5730.8929.36-
YUV124.61136.1260.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.85%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=8.85%
G=50.15%
B=41.00%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301701390.8200.180.33166.717039.22
Hex1EAA8B5201221a74627
Octal362522131220224124710647
Binary1111010101010100010111010010010010100001101001111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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