#1A8281

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

Shades of Elm #1A8281

Tints of Elm #1A8281

Color information

#1A8281 (or 0x1A8281) is unknown color: approx Elm. HEX triplet: 1A, 82 and 81. RGB value is (26,130,129). Sum of RGB (Red+Green+Blue) = 26+130+129=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8281 is #E57D7E. Grayscale: #626262. Windows color (decimal): -15039871 or 8487450. OLE color: 8487450.

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

Color convert

RGB26130129-
CMYK0.800.010.49
HSL179.42º66.67%30.59%-
HSV(B)179.42º80%50.98%-
XYZ12.3717.7723.55-
YUV98.79145.0476.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=9.12%
G=45.61%
B=45.26%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261301290.800.010.49179.4266.6730.59
Hex1A8281500131b3431f
Octal32202201120016126310337
Binary11010100000101000000110100000111000110110011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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