#1A8B81

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

Shades of Elm #1A8B81

Tints of Elm #1A8B81

Color information

#1A8B81 (or 0x1A8B81) is unknown color: approx Elm. HEX triplet: 1A, 8B and 81. RGB value is (26,139,129). Sum of RGB (Red+Green+Blue) = 26+139+129=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8B81 is #E5747E. Grayscale: #676767. Windows color (decimal): -15037567 or 8489754. OLE color: 8489754.

HSL color Cylindrical-coordinate representation of color #1A8B81: hue angle of 174.69º 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 #1A8B81 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB26139129-
CMYK0.8100.070.45
HSL174.69º68.48%32.35%-
HSV(B)174.69º81.29%54.51%-
XYZ13.6220.2723.96-
YUV104.07142.0672.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.84%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=8.84%
G=47.28%
B=43.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261391290.8100.070.45174.6968.4832.35
Hex1A8B8151072Daf4420
Octal32213201121075525710440
Binary11010100010111000000110100010111101101101011111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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