#175345

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

Shades of Deep Teal #175345

Tints of Deep Teal #175345

Color information

#175345 (or 0x175345) is unknown color: approx Deep Teal. HEX triplet: 17, 53 and 45. RGB value is (23,83,69). Sum of RGB (Red+Green+Blue) = 23+83+69=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #175345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175345 is #E8ACBA. Grayscale: #3F3F3F. Windows color (decimal): -15248571 or 4543255. OLE color: 4543255.

HSL color Cylindrical-coordinate representation of color #175345: hue angle of 166º 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 #175345 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB238369-
CMYK0.7200.170.67
HSL166º56.6%20.78%-
HSV(B)166º72.29%32.55%-
XYZ4.526.86.7-
YUV63.46131.1299.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.14%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=13.14%
G=47.43%
B=39.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2383690.7200.170.6716656.620.78
Hex1753454801143a63915
Octal271231051100211032467125
Binary1011110100111000101100100001000110000111010011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175345; }

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

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

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

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

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

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

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

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