#1A827A

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

Shades of Elm #1A827A

Tints of Elm #1A827A

Color information

#1A827A (or 0x1A827A) is unknown color: approx Elm. HEX triplet: 1A, 82 and 7A. RGB value is (26,130,122). Sum of RGB (Red+Green+Blue) = 26+130+122=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #1A827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A827A is #E57D85. Grayscale: #616161. Windows color (decimal): -15039878 or 8028698. OLE color: 8028698.

HSL color Cylindrical-coordinate representation of color #1A827A: hue angle of 175.38º 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 #1A827A is Cyan = 0.8, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB26130122-
CMYK0.800.060.49
HSL175.38º66.67%30.59%-
HSV(B)175.38º80%50.98%-
XYZ11.9217.5921.18-
YUV97.99141.5476.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.35%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=9.35%
G=46.76%
B=43.88%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261301220.800.060.49175.3866.6730.59
Hex1A827A500631af431f
Octal32202172120066125710337
Binary110101000001011110101010000011011000110101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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