#1A807A

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

Shades of Elm #1A807A

Tints of Elm #1A807A

Color information

#1A807A (or 0x1A807A) is unknown color: approx Elm. HEX triplet: 1A, 80 and 7A. RGB value is (26,128,122). Sum of RGB (Red+Green+Blue) = 26+128+122=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #1A807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A807A is #E57F85. Grayscale: #606060. Windows color (decimal): -15040390 or 8028186. OLE color: 8028186.

HSL color Cylindrical-coordinate representation of color #1A807A: hue angle of 176.47º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A807A is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB26128122-
CMYK0.8000.050.50
HSL176.47º66.23%30.2%-
HSV(B)176.47º79.69%50.2%-
XYZ11.6617.0621.09-
YUV96.82142.2177.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.42%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=9.42%
G=46.38%
B=44.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal261281220.8000.050.50176.4766.2330.2
Hex1A807A500532b0421e
Octal32200172120056226010236
Binary110101000000011110101010000010111001010110000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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