#175058

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

Shades of Teal Blue #175058

Tints of Teal Blue #175058

Color information

#175058 (or 0x175058) is unknown color: approx Teal Blue. HEX triplet: 17, 50 and 58. RGB value is (23,80,88). Sum of RGB (Red+Green+Blue) = 23+80+88=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #175058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175058 is #E8AFA7. Grayscale: #3F3F3F. Windows color (decimal): -15249320 or 5787671. OLE color: 5787671.

HSL color Cylindrical-coordinate representation of color #175058: hue angle of 187.38º 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 #175058 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB238088-
CMYK0.740.0900.65
HSL187.38º58.56%21.76%-
HSV(B)187.38º73.86%34.51%-
XYZ4.986.6210.25-
YUV63.87141.6298.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.04%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=12.04%
G=41.88%
B=46.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2380880.740.0900.65187.3858.5621.76
Hex1750584A9041bb3b16
Octal271201301121101012737326
Binary101111010000101100010010101001010000011011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175058; }

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

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

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

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

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

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

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

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