#1E9A87

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

Shades of Niagara #1E9A87

Tints of Niagara #1E9A87

Color information

#1E9A87 (or 0x1E9A87) is unknown color: approx Niagara. HEX triplet: 1E, 9A and 87. RGB value is (30,154,135). Sum of RGB (Red+Green+Blue) = 30+154+135=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #1E9A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9A87 is #E16578. Grayscale: #727272. Windows color (decimal): -14771577 or 8886814. OLE color: 8886814.

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

Color convert

RGB30154135-
CMYK0.8100.120.40
HSL170.81º67.39%36.08%-
HSV(B)170.81º80.52%60.39%-
XYZ16.4625.1426.91-
YUV114.76139.4267.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.40%
GREEN value IS 154 (60.55% from 255) = 48.28%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=9.40%
G=48.28%
B=42.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301541350.8100.120.40170.8167.3936.08
Hex1E9A87510C28ab4324
Octal362322071210145025310344
Binary111101001101010000111101000101100101000101010111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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