#1A8681

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

Shades of Elm #1A8681

Tints of Elm #1A8681

Color information

#1A8681 (or 0x1A8681) is unknown color: approx Elm. HEX triplet: 1A, 86 and 81. RGB value is (26,134,129). Sum of RGB (Red+Green+Blue) = 26+134+129=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #1A8681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8681 is #E5797E. Grayscale: #656565. Windows color (decimal): -15038847 or 8488474. OLE color: 8488474.

HSL color Cylindrical-coordinate representation of color #1A8681: hue angle of 177.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8681 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB26134129-
CMYK0.8100.040.47
HSL177.22º67.5%31.37%-
HSV(B)177.22º80.6%52.55%-
XYZ12.9118.8523.73-
YUV101.14143.7274.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.00%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=9.00%
G=46.37%
B=44.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261341290.8100.040.47177.2267.531.37
Hex1A868151042Fb1441f
Octal32206201121045726110437
Binary1101010000110100000011010001010010111110110001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,134,129); }

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

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

 a { background-color: rgb(26,134,129); }

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

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

 span { border-color: rgb(26,134,129); }

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