#1E897E

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

Shades of Elm #1E897E

Tints of Elm #1E897E

Color information

#1E897E (or 0x1E897E) is unknown color: approx Elm. HEX triplet: 1E, 89 and 7E. RGB value is (30,137,126). Sum of RGB (Red+Green+Blue) = 30+137+126=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #1E897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E897E is #E17681. Grayscale: #676767. Windows color (decimal): -14775938 or 8292638. OLE color: 8292638.

HSL color Cylindrical-coordinate representation of color #1E897E: hue angle of 173.83º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E897E is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB30137126-
CMYK0.7800.080.46
HSL173.83º64.07%32.75%-
HSV(B)173.83º78.1%53.73%-
XYZ13.2519.6722.84-
YUV103.75140.5575.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.24%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 126 (49.61% from 255) = 43.00%
R=10.24%
G=46.76%
B=43.00%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal301371260.7800.080.46173.8364.0732.75
Hex1E897E4E082Eae4021
Octal362111761160105625610041
Binary11110100010011111110100111001000101110101011101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,137,126); }

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

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

 a { background-color: rgb(30,137,126); }

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

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

 span { border-color: rgb(30,137,126); }

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