#1A827C

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

Shades of Elm #1A827C

Tints of Elm #1A827C

Color information

#1A827C (or 0x1A827C) is unknown color: approx Elm. HEX triplet: 1A, 82 and 7C. RGB value is (26,130,124). Sum of RGB (Red+Green+Blue) = 26+130+124=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #1A827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A827C is #E57D83. Grayscale: #626262. Windows color (decimal): -15039876 or 8159770. OLE color: 8159770.

HSL color Cylindrical-coordinate representation of color #1A827C: hue angle of 176.54º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A827C is Cyan = 0.8, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB26130124-
CMYK0.800.050.49
HSL176.54º66.67%30.59%-
HSV(B)176.54º80%50.98%-
XYZ12.0517.6421.84-
YUV98.22142.5476.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=9.29%
G=46.43%
B=44.29%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261301240.800.050.49176.5466.6730.59
Hex1A827C500531b1431f
Octal32202174120056126110337
Binary110101000001011111001010000010111000110110001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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