#1E8581

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

Shades of Elm #1E8581

Tints of Elm #1E8581

Color information

#1E8581 (or 0x1E8581) is unknown color: approx Elm. HEX triplet: 1E, 85 and 81. RGB value is (30,133,129). Sum of RGB (Red+Green+Blue) = 30+133+129=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #1E8581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8581 is #E17A7E. Grayscale: #656565. Windows color (decimal): -14776959 or 8488222. OLE color: 8488222.

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

Color convert

RGB30133129-
CMYK0.7700.030.48
HSL177.67º63.19%31.96%-
HSV(B)177.67º77.44%52.16%-
XYZ12.8918.6423.69-
YUV101.75143.3876.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.27%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=10.27%
G=45.55%
B=44.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal301331290.7700.030.48177.6763.1931.96
Hex1E85814D0330b23f20
Octal3620520111503602627740
Binary111101000010110000001100110101111000010110010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,133,129); }

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

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

 a { background-color: rgb(30,133,129); }

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

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

 span { border-color: rgb(30,133,129); }

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