#1A8980

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

Shades of Elm #1A8980

Tints of Elm #1A8980

Color information

#1A8980 (or 0x1A8980) is unknown color: approx Elm. HEX triplet: 1A, 89 and 80. RGB value is (26,137,128). Sum of RGB (Red+Green+Blue) = 26+137+128=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8980 is #E5767F. Grayscale: #666666. Windows color (decimal): -15038080 or 8423706. OLE color: 8423706.

HSL color Cylindrical-coordinate representation of color #1A8980: hue angle of 175.14º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8980 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB26137128-
CMYK0.8100.070.46
HSL175.14º68.1%31.96%-
HSV(B)175.14º81.02%53.73%-
XYZ13.2719.6723.52-
YUV102.78142.2373.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.93%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=8.93%
G=47.08%
B=43.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal261371280.8100.070.46175.1468.131.96
Hex1A898051072Eaf4420
Octal32211200121075625710440
Binary11010100010011000000010100010111101110101011111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,137,128); }

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

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

 a { background-color: rgb(26,137,128); }

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

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

 span { border-color: rgb(26,137,128); }

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