#1E9682

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

Shades of Niagara #1E9682

Tints of Niagara #1E9682

Color information

#1E9682 (or 0x1E9682) is unknown color: approx Niagara. HEX triplet: 1E, 96 and 82. RGB value is (30,150,130). Sum of RGB (Red+Green+Blue) = 30+150+130=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #1E9682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9682 is #E1697D. Grayscale: #6F6F6F. Windows color (decimal): -14772606 or 8558110. OLE color: 8558110.

HSL color Cylindrical-coordinate representation of color #1E9682: hue angle of 170º 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 #1E9682 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB30150130-
CMYK0.8000.130.41
HSL170º66.67%35.29%-
HSV(B)170º80%58.82%-
XYZ15.4723.724.88-
YUV111.84138.2469.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.68%
GREEN value IS 150 (58.98% from 255) = 48.39%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=9.68%
G=48.39%
B=41.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal301501300.8000.130.4117066.6735.29
Hex1E9682500D29aa4323
Octal362262021200155125210343
Binary111101001011010000010101000001101101001101010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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