#1E9884

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

Shades of Niagara #1E9884

Tints of Niagara #1E9884

Color information

#1E9884 (or 0x1E9884) is unknown color: approx Niagara. HEX triplet: 1E, 98 and 84. RGB value is (30,152,132). Sum of RGB (Red+Green+Blue) = 30+152+132=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #1E9884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9884 is #E1677B. Grayscale: #717171. Windows color (decimal): -14772092 or 8689694. OLE color: 8689694.

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

Color convert

RGB30152132-
CMYK0.8000.130.40
HSL170.16º67.03%35.69%-
HSV(B)170.16º80.26%59.61%-
XYZ15.9324.425.7-
YUV113.24138.5868.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.55%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=9.55%
G=48.41%
B=42.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301521320.8000.130.40170.1667.0335.69
Hex1E9884500D28aa4324
Octal362302041200155025210344
Binary111101001100010000100101000001101101000101010101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,152,132); }

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

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

 a { background-color: rgb(30,152,132); }

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

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

 span { border-color: rgb(30,152,132); }

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