#175259

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

Shades of Teal Blue #175259

Tints of Teal Blue #175259

Color information

#175259 (or 0x175259) is unknown color: approx Teal Blue. HEX triplet: 17, 52 and 59. RGB value is (23,82,89). Sum of RGB (Red+Green+Blue) = 23+82+89=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #175259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175259 is #E8ADA6. Grayscale: #414141. Windows color (decimal): -15248807 or 5853719. OLE color: 5853719.

HSL color Cylindrical-coordinate representation of color #175259: hue angle of 186.36º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175259 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB238289-
CMYK0.740.0800.65
HSL186.36º58.93%21.96%-
HSV(B)186.36º74.16%34.9%-
XYZ5.176.9410.52-
YUV65.16141.4597.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=11.86%
G=42.27%
B=45.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2382890.740.0800.65186.3658.9321.96
Hex1752594A8041ba3b16
Octal271221311121001012727326
Binary101111010010101100110010101000010000011011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175259; }

 p { color: rgb(23,82,89); }

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

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

 a { background-color: rgb(23,82,89); }

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

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

 span { border-color: rgb(23,82,89); }

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