#1EAB8B

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

Shades of Niagara #1EAB8B

Tints of Niagara #1EAB8B

Color information

#1EAB8B (or 0x1EAB8B) is unknown color: approx Niagara. HEX triplet: 1E, AB and 8B. RGB value is (30,171,139). Sum of RGB (Red+Green+Blue) = 30+171+139=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAB8B is #E15474. Grayscale: #7D7D7D. Windows color (decimal): -14767221 or 9153310. OLE color: 9153310.

HSL color Cylindrical-coordinate representation of color #1EAB8B: hue angle of 166.38º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB8B is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB30171139-
CMYK0.8200.190.33
HSL166.38º70.15%39.41%-
HSV(B)166.38º82.46%67.06%-
XYZ19.7631.2729.42-
YUV125.19135.7960.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.82%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=8.82%
G=50.29%
B=40.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301711390.8200.190.33166.3870.1539.41
Hex1EAB8B5201321a64627
Octal362532131220234124610647
Binary1111010101011100010111010010010011100001101001101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,171,139); }

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

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

 a { background-color: rgb(30,171,139); }

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

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

 span { border-color: rgb(30,171,139); }

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