#1E9985

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

Shades of Niagara #1E9985

Tints of Niagara #1E9985

Color information

#1E9985 (or 0x1E9985) is unknown color: approx Niagara. HEX triplet: 1E, 99 and 85. RGB value is (30,153,133). Sum of RGB (Red+Green+Blue) = 30+153+133=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #1E9985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9985 is #E1667A. Grayscale: #717171. Windows color (decimal): -14771835 or 8755486. OLE color: 8755486.

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

Color convert

RGB30153133-
CMYK0.8000.130.4
HSL170.24º67.21%35.88%-
HSV(B)170.24º80.39%60%-
XYZ16.1624.7526.12-
YUV113.94138.7568.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.49%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=9.49%
G=48.42%
B=42.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal301531330.8000.130.4170.2467.2135.88
Hex1E9985500D28aa4324
Octal362312051200155025210344
Binary111101001100110000101101000001101101000101010101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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