#1E9986

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

Shades of Niagara #1E9986

Tints of Niagara #1E9986

Color information

#1E9986 (or 0x1E9986) is unknown color: approx Niagara. HEX triplet: 1E, 99 and 86. RGB value is (30,153,134). Sum of RGB (Red+Green+Blue) = 30+153+134=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #1E9986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9986 is #E16679. Grayscale: #727272. Windows color (decimal): -14771834 or 8821022. OLE color: 8821022.

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

Color convert

RGB30153134-
CMYK0.8000.120.4
HSL170.73º67.21%35.88%-
HSV(B)170.73º80.39%60%-
XYZ16.2324.7826.48-
YUV114.06139.2568.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.46%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=9.46%
G=48.26%
B=42.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal301531340.8000.120.4170.7367.2135.88
Hex1E9986500C28ab4324
Octal362312061200145025310344
Binary111101001100110000110101000001100101000101010111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,153,134); }

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

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

 a { background-color: rgb(30,153,134); }

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

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

 span { border-color: rgb(30,153,134); }

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