#1E9782

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

Shades of Niagara #1E9782

Tints of Niagara #1E9782

Color information

#1E9782 (or 0x1E9782) is unknown color: approx Niagara. HEX triplet: 1E, 97 and 82. RGB value is (30,151,130). Sum of RGB (Red+Green+Blue) = 30+151+130=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #1E9782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9782 is #E1687D. Grayscale: #707070. Windows color (decimal): -14772350 or 8558366. OLE color: 8558366.

HSL color Cylindrical-coordinate representation of color #1E9782: hue angle of 169.59º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9782 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB30151130-
CMYK0.8000.140.41
HSL169.59º66.85%35.49%-
HSV(B)169.59º80.13%59.22%-
XYZ15.6324.0224.93-
YUV112.43137.9169.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 151 (59.38% from 255) = 48.55%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=9.65%
G=48.55%
B=41.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal301511300.8000.140.41169.5966.8535.49
Hex1E9782500E29aa4323
Octal362272021200165125210343
Binary111101001011110000010101000001110101001101010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,151,130); }

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

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

 a { background-color: rgb(30,151,130); }

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

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

 span { border-color: rgb(30,151,130); }

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