#1A8D82

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

Shades of Elm #1A8D82

Tints of Elm #1A8D82

Color information

#1A8D82 (or 0x1A8D82) is unknown color: approx Elm. HEX triplet: 1A, 8D and 82. RGB value is (26,141,130). Sum of RGB (Red+Green+Blue) = 26+141+130=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8D82 is #E5727D. Grayscale: #696969. Windows color (decimal): -15037054 or 8555802. OLE color: 8555802.

HSL color Cylindrical-coordinate representation of color #1A8D82: hue angle of 174.26º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8D82 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB26141130-
CMYK0.8200.080.45
HSL174.26º68.86%32.75%-
HSV(B)174.26º81.56%55.29%-
XYZ13.9820.8824.41-
YUV105.36141.971.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.75%
GREEN value IS 141 (55.47% from 255) = 47.47%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=8.75%
G=47.47%
B=43.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261411300.8200.080.45174.2668.8632.75
Hex1A8D8252082Dae4521
Octal322152021220105525610541
Binary110101000110110000010101001001000101101101011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,141,130); }

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

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

 a { background-color: rgb(26,141,130); }

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

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

 span { border-color: rgb(26,141,130); }

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