#175060

Color #175060 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #175060

Tints of Teal Blue #175060

Color information

#175060 (or 0x175060) is unknown color: approx Teal Blue. HEX triplet: 17, 50 and 60. RGB value is (23,80,96). Sum of RGB (Red+Green+Blue) = 23+80+96=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #175060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175060 is #E8AF9F. Grayscale: #404040. Windows color (decimal): -15249312 or 6311959. OLE color: 6311959.

HSL color Cylindrical-coordinate representation of color #175060: hue angle of 193.15º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175060 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB238096-
CMYK0.760.1700.62
HSL193.15º61.34%23.33%-
HSV(B)193.15º76.04%37.65%-
XYZ5.336.7612.09-
YUV64.78145.6298.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.56%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=11.56%
G=40.20%
B=48.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2380960.760.1700.62193.1561.3423.33
Hex1750604C1103Ec13d17
Octal27120140114210763017527
Binary101111010000110000010011001000101111101100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175060; }

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

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

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

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

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

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

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

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