#1E9C86

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

Shades of Niagara #1E9C86

Tints of Niagara #1E9C86

Color information

#1E9C86 (or 0x1E9C86) is unknown color: approx Niagara. HEX triplet: 1E, 9C and 86. RGB value is (30,156,134). Sum of RGB (Red+Green+Blue) = 30+156+134=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #1E9C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9C86 is #E16379. Grayscale: #737373. Windows color (decimal): -14771066 or 8821790. OLE color: 8821790.

HSL color Cylindrical-coordinate representation of color #1E9C86: hue angle of 169.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9C86 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB30156134-
CMYK0.8100.140.39
HSL169.52º67.74%36.47%-
HSV(B)169.52º80.77%61.18%-
XYZ16.7325.7726.65-
YUV115.82138.2666.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.38%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=9.38%
G=48.75%
B=41.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301561340.8100.140.39169.5267.7436.47
Hex1E9C86510E27aa4424
Octal362342061210164725210444
Binary111101001110010000110101000101110100111101010101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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