#1E8682

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

Shades of Elm #1E8682

Tints of Elm #1E8682

Color information

#1E8682 (or 0x1E8682) is unknown color: approx Elm. HEX triplet: 1E, 86 and 82. RGB value is (30,134,130). Sum of RGB (Red+Green+Blue) = 30+134+130=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #1E8682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8682 is #E1797D. Grayscale: #666666. Windows color (decimal): -14776702 or 8554014. OLE color: 8554014.

HSL color Cylindrical-coordinate representation of color #1E8682: hue angle of 177.69º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8682 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB30134130-
CMYK0.7800.030.47
HSL177.69º63.41%32.16%-
HSV(B)177.69º77.61%52.55%-
XYZ13.0918.9424.08-
YUV102.45143.5476.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=10.20%
G=45.58%
B=44.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301341300.7800.030.47177.6963.4132.16
Hex1E86824E032Fb23f20
Octal3620620211603572627740
Binary111101000011010000010100111001110111110110010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,134,130); }

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

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

 a { background-color: rgb(30,134,130); }

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

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

 span { border-color: rgb(30,134,130); }

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