#1A877A

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

Shades of Elm #1A877A

Tints of Elm #1A877A

Color information

#1A877A (or 0x1A877A) is unknown color: approx Elm. HEX triplet: 1A, 87 and 7A. RGB value is (26,135,122). Sum of RGB (Red+Green+Blue) = 26+135+122=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #1A877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A877A is #E57885. Grayscale: #646464. Windows color (decimal): -15038598 or 8029978. OLE color: 8029978.

HSL color Cylindrical-coordinate representation of color #1A877A: hue angle of 172.84º 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 #1A877A is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB26135122-
CMYK0.8100.100.47
HSL172.84º67.7%31.57%-
HSV(B)172.84º80.74%52.94%-
XYZ12.618.9521.41-
YUV100.93139.8974.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.19%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=9.19%
G=47.70%
B=43.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261351220.8100.100.47172.8467.731.57
Hex1A877A510A2Fad4420
Octal322071721210125725510440
Binary11010100001111111010101000101010101111101011011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,135,122); }

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

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

 a { background-color: rgb(26,135,122); }

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

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

 span { border-color: rgb(26,135,122); }

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