#1E9A7F

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

Shades of Niagara #1E9A7F

Tints of Niagara #1E9A7F

Color information

#1E9A7F (or 0x1E9A7F) is unknown color: approx Niagara. HEX triplet: 1E, 9A and 7F. RGB value is (30,154,127). Sum of RGB (Red+Green+Blue) = 30+154+127=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #1E9A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9A7F is #E16580. Grayscale: #717171. Windows color (decimal): -14771585 or 8362526. OLE color: 8362526.

HSL color Cylindrical-coordinate representation of color #1E9A7F: hue angle of 166.94º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9A7F is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB30154127-
CMYK0.8100.180.40
HSL166.94º67.39%36.08%-
HSV(B)166.94º80.52%60.39%-
XYZ15.9224.9224.05-
YUV113.85135.4268.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 154 (60.55% from 255) = 49.52%
BLUE value IS 127 (50% from 255) = 40.84%
R=9.65%
G=49.52%
B=40.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301541270.8100.180.40166.9467.3936.08
Hex1E9A7F5101228a74324
Octal362321771210225024710344
Binary111101001101011111111010001010010101000101001111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,154,127); }

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

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

 a { background-color: rgb(30,154,127); }

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

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

 span { border-color: rgb(30,154,127); }

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