#1E9D82

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

Shades of Niagara #1E9D82

Tints of Niagara #1E9D82

Color information

#1E9D82 (or 0x1E9D82) is unknown color: approx Niagara. HEX triplet: 1E, 9D and 82. RGB value is (30,157,130). Sum of RGB (Red+Green+Blue) = 30+157+130=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #1E9D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9D82 is #E1627D. Grayscale: #737373. Windows color (decimal): -14770814 or 8559902. OLE color: 8559902.

HSL color Cylindrical-coordinate representation of color #1E9D82: hue angle of 167.24º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9D82 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB30157130-
CMYK0.8100.170.38
HSL167.24º67.91%36.67%-
HSV(B)167.24º80.89%61.57%-
XYZ16.622625.26-
YUV115.95135.9266.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.46%
GREEN value IS 157 (61.72% from 255) = 49.53%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=9.46%
G=49.53%
B=41.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301571300.8100.170.38167.2467.9136.67
Hex1E9D825101126a74425
Octal362352021210214624710445
Binary1111010011101100000101010001010001100110101001111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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