#175348

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

Shades of Deep Teal #175348

Tints of Deep Teal #175348

Color information

#175348 (or 0x175348) is unknown color: approx Deep Teal. HEX triplet: 17, 53 and 48. RGB value is (23,83,72). Sum of RGB (Red+Green+Blue) = 23+83+72=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #175348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175348 is #E8ACB7. Grayscale: #3F3F3F. Windows color (decimal): -15248568 or 4739863. OLE color: 4739863.

HSL color Cylindrical-coordinate representation of color #175348: hue angle of 169º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175348 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB238372-
CMYK0.7200.130.67
HSL169º56.6%20.78%-
HSV(B)169º72.29%32.55%-
XYZ4.626.847.21-
YUV63.81132.6298.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.92%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=12.92%
G=46.63%
B=40.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2383720.7200.130.6716956.620.78
Hex175348480D43a93915
Octal271231101100151032517125
Binary101111010011100100010010000110110000111010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175348; }

 p { color: rgb(23,83,72); }

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

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

 a { background-color: rgb(23,83,72); }

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

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

 span { border-color: rgb(23,83,72); }

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