#1EAE92

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

Shades of Niagara #1EAE92

Tints of Niagara #1EAE92

Color information

#1EAE92 (or 0x1EAE92) is unknown color: approx Niagara. HEX triplet: 1E, AE and 92. RGB value is (30,174,146). Sum of RGB (Red+Green+Blue) = 30+174+146=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAE92 is #E1516D. Grayscale: #7F7F7F. Windows color (decimal): -14766446 or 9612830. OLE color: 9612830.

HSL color Cylindrical-coordinate representation of color #1EAE92: hue angle of 168.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAE92 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB30174146-
CMYK0.8300.160.32
HSL168.33º70.59%40%-
HSV(B)168.33º82.76%68.24%-
XYZ20.8632.6232.39-
YUV127.75138.2958.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.57%
GREEN value IS 174 (68.36% from 255) = 49.71%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=8.57%
G=49.71%
B=41.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301741460.8300.160.32168.3370.5940
Hex1EAE925301020a84728
Octal362562221230204025010750
Binary1111010101110100100101010011010000100000101010001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,146); }

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

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

 a { background-color: rgb(30,174,146); }

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

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

 span { border-color: rgb(30,174,146); }

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