#1E9B82

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

Shades of Niagara #1E9B82

Tints of Niagara #1E9B82

Color information

#1E9B82 (or 0x1E9B82) is unknown color: approx Niagara. HEX triplet: 1E, 9B and 82. RGB value is (30,155,130). Sum of RGB (Red+Green+Blue) = 30+155+130=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #1E9B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9B82 is #E1647D. Grayscale: #727272. Windows color (decimal): -14771326 or 8559390. OLE color: 8559390.

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

Color convert

RGB30155130-
CMYK0.8100.160.39
HSL168º67.57%36.27%-
HSV(B)168º80.65%60.78%-
XYZ16.2925.3325.15-
YUV114.78136.5967.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.52%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=9.52%
G=49.21%
B=41.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301551300.8100.160.3916867.5736.27
Hex1E9B825101027a84424
Octal362332021210204725010444
Binary1111010011011100000101010001010000100111101010001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,155,130); }

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

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

 a { background-color: rgb(30,155,130); }

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

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

 span { border-color: rgb(30,155,130); }

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