#175545

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

Shades of Deep Teal #175545

Tints of Deep Teal #175545

Color information

#175545 (or 0x175545) is unknown color: approx Deep Teal. HEX triplet: 17, 55 and 45. RGB value is (23,85,69). Sum of RGB (Red+Green+Blue) = 23+85+69=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #175545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175545 is #E8AABA. Grayscale: #404040. Windows color (decimal): -15248059 or 4543767. OLE color: 4543767.

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

Color convert

RGB238569-
CMYK0.7300.190.67
HSL164.52º57.41%21.18%-
HSV(B)164.52º72.94%33.33%-
XYZ4.687.116.76-
YUV64.64130.4698.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.99%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=12.99%
G=48.02%
B=38.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2385690.7300.190.67164.5257.4121.18
Hex1755454901343a53915
Octal271251051110231032457125
Binary1011110101011000101100100101001110000111010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175545; }

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

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

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

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

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

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

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

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