#1A887E

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

Shades of Elm #1A887E

Tints of Elm #1A887E

Color information

#1A887E (or 0x1A887E) is unknown color: approx Elm. HEX triplet: 1A, 88 and 7E. RGB value is (26,136,126). Sum of RGB (Red+Green+Blue) = 26+136+126=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #1A887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A887E is #E57781. Grayscale: #656565. Windows color (decimal): -15038338 or 8292378. OLE color: 8292378.

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

Color convert

RGB26136126-
CMYK0.8100.070.47
HSL174.55º67.9%31.76%-
HSV(B)174.55º80.88%53.33%-
XYZ1319.3322.79-
YUV101.97141.5673.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.03%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=9.03%
G=47.22%
B=43.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261361260.8100.070.47174.5567.931.76
Hex1A887E51072Faf4420
Octal32210176121075725710440
Binary1101010001000111111010100010111101111101011111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,136,126); }

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

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

 a { background-color: rgb(26,136,126); }

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

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

 span { border-color: rgb(26,136,126); }

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