#1B7170

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

Shades of Elm #1B7170

Tints of Elm #1B7170

Color information

#1B7170 (or 0x1B7170) is unknown color: approx Elm. HEX triplet: 1B, 71 and 70. RGB value is (27,113,112). Sum of RGB (Red+Green+Blue) = 27+113+112=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #1B7170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7170 is #E48E8F. Grayscale: #575757. Windows color (decimal): -14978704 or 7368987. OLE color: 7368987.

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

Color convert

RGB27113112-
CMYK0.7600.010.56
HSL179.3º61.43%27.45%-
HSV(B)179.3º76.11%44.31%-
XYZ9.2813.2117.39-
YUV87.17142.0185.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.71%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=10.71%
G=44.84%
B=44.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal271131120.7600.010.56179.361.4327.45
Hex1B71704C0138b33d1b
Octal3316116011401702637533
Binary11011111000111100001001100011110001011001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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