#1EA692

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

Shades of Niagara #1EA692

Tints of Niagara #1EA692

Color information

#1EA692 (or 0x1EA692) is unknown color: approx Niagara. HEX triplet: 1E, A6 and 92. RGB value is (30,166,146). Sum of RGB (Red+Green+Blue) = 30+166+146=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA692 is #E1596D. Grayscale: #7B7B7B. Windows color (decimal): -14768494 or 9610782. OLE color: 9610782.

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

Color convert

RGB30166146-
CMYK0.8200.120.35
HSL171.18º69.39%38.43%-
HSV(B)171.18º81.93%65.1%-
XYZ19.3629.6231.89-
YUV123.06140.9461.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.77%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=8.77%
G=48.54%
B=42.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301661460.8200.120.35171.1869.3938.43
Hex1EA692520C23ab4526
Octal362462221220144325310546
Binary111101010011010010010101001001100100011101010111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,166,146); }

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

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

 a { background-color: rgb(30,166,146); }

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

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

 span { border-color: rgb(30,166,146); }

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