#1A7170

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

Shades of Elm #1A7170

Tints of Elm #1A7170

Color information

#1A7170 (or 0x1A7170) is unknown color: approx Elm. HEX triplet: 1A, 71 and 70. RGB value is (26,113,112). Sum of RGB (Red+Green+Blue) = 26+113+112=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #1A7170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7170 is #E58E8F. Grayscale: #565656. Windows color (decimal): -15044240 or 7368986. OLE color: 7368986.

HSL color Cylindrical-coordinate representation of color #1A7170: hue angle of 179.31º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7170 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB26113112-
CMYK0.7700.010.56
HSL179.31º62.59%27.25%-
HSV(B)179.31º76.99%44.31%-
XYZ9.2613.217.39-
YUV86.87142.1884.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.36%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=10.36%
G=45.02%
B=44.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal261131120.7700.010.56179.3162.5927.25
Hex1A71704D0138b33f1b
Octal3216116011501702637733
Binary11010111000111100001001101011110001011001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,113,112); }

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

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

 a { background-color: rgb(26,113,112); }

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

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

 span { border-color: rgb(26,113,112); }

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