#175445

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

Shades of Deep Teal #175445

Tints of Deep Teal #175445

Color information

#175445 (or 0x175445) is unknown color: approx Deep Teal. HEX triplet: 17, 54 and 45. RGB value is (23,84,69). Sum of RGB (Red+Green+Blue) = 23+84+69=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #175445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175445 is #E8ABBA. Grayscale: #404040. Windows color (decimal): -15248315 or 4543511. OLE color: 4543511.

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

Color convert

RGB238469-
CMYK0.7300.180.67
HSL165.25º57.01%20.98%-
HSV(B)165.25º72.62%32.94%-
XYZ4.66.956.73-
YUV64.05130.7998.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.07%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=13.07%
G=47.73%
B=39.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2384690.7300.180.67165.2557.0120.98
Hex1754454901243a53915
Octal271241051110221032457125
Binary1011110101001000101100100101001010000111010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175445; }

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

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

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

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

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

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

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

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