#1EAE93

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

Shades of Niagara #1EAE93

Tints of Niagara #1EAE93

Color information

#1EAE93 (or 0x1EAE93) is unknown color: approx Niagara. HEX triplet: 1E, AE and 93. RGB value is (30,174,147). Sum of RGB (Red+Green+Blue) = 30+174+147=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAE93 is #E1516C. Grayscale: #7F7F7F. Windows color (decimal): -14766445 or 9678366. OLE color: 9678366.

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

Color convert

RGB30174147-
CMYK0.8300.160.32
HSL168.75º70.59%40%-
HSV(B)168.75º82.76%68.24%-
XYZ20.9432.6532.8-
YUV127.87138.7958.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.55%
GREEN value IS 174 (68.36% from 255) = 49.57%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=8.55%
G=49.57%
B=41.88%

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
Decimal301741470.8300.160.32168.7570.5940
Hex1EAE935301020a94728
Octal362562231230204025110750
Binary1111010101110100100111010011010000100000101010011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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