#176F50

Color #176F50 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #176F50

Tints of Salem #176F50

Color information

#176F50 (or 0x176F50) is unknown color: approx Salem. HEX triplet: 17, 6F and 50. RGB value is (23,111,80). Sum of RGB (Red+Green+Blue) = 23+111+80=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #176F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176F50 is #E890AF. Grayscale: #515151. Windows color (decimal): -15241392 or 5271319. OLE color: 5271319.

HSL color Cylindrical-coordinate representation of color #176F50: hue angle of 158.86º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176F50 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB2311180-
CMYK0.7900.280.56
HSL158.86º65.67%26.27%-
HSV(B)158.86º79.28%43.53%-
XYZ7.4912.139.54-
YUV81.15127.3586.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.75%
GREEN value IS 111 (43.75% from 255) = 51.87%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=10.75%
G=51.87%
B=37.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23111800.7900.280.56158.8665.6726.27
Hex176F504F01C389f421a
Octal271571201170347023710232
Binary1011111011111010000100111101110011100010011111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176F50; }

 p { color: rgb(23,111,80); }

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

<style>
 a { background-color: #176F50; }

 a { background-color: rgb(23,111,80); }

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

<style>
 span { border-color: #176F50; }

 span { border-color: rgb(23,111,80); }

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