#1A8B82

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

Shades of Elm #1A8B82

Tints of Elm #1A8B82

Color information

#1A8B82 (or 0x1A8B82) is unknown color: approx Elm. HEX triplet: 1A, 8B and 82. RGB value is (26,139,130). Sum of RGB (Red+Green+Blue) = 26+139+130=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8B82 is #E5747D. Grayscale: #686868. Windows color (decimal): -15037566 or 8555290. OLE color: 8555290.

HSL color Cylindrical-coordinate representation of color #1A8B82: hue angle of 175.22º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B82 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB26139130-
CMYK0.8100.060.45
HSL175.22º68.48%32.35%-
HSV(B)175.22º81.29%54.51%-
XYZ13.6920.324.32-
YUV104.19142.5672.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=8.81%
G=47.12%
B=44.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261391300.8100.060.45175.2268.4832.35
Hex1A8B8251062Daf4420
Octal32213202121065525710440
Binary11010100010111000001010100010110101101101011111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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