#1a8380

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

Shades of Elm #1A8380

Tints of Elm #1A8380

Color information

#1A8380 (or 0x1A8380) is unknown color: approx Elm. HEX triplet: 1A, 83 and 80. RGB value is (26,131,128). Sum of RGB (Red+Green+Blue) = 26+131+128=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #1A8380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8380 is #E57C7F. Grayscale: #636363. Windows color (decimal): -15039616 or 8422170. OLE color: 8422170.

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

Color convert

RGB26131128-
CMYK0.8000.020.49
HSL178.29º66.88%30.78%-
HSV(B)178.29º80.15%51.37%-
XYZ12.4418.0123.24-
YUV99.26144.2175.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=9.12%
G=45.96%
B=44.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261311280.8000.020.49178.2966.8830.78
Hex1A8380500231b2431f
Octal32203200120026126210337
Binary110101000001110000000101000001011000110110010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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