#175442

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

Shades of Deep Teal #175442

Tints of Deep Teal #175442

Color information

#175442 (or 0x175442) is unknown color: approx Deep Teal. HEX triplet: 17, 54 and 42. RGB value is (23,84,66). Sum of RGB (Red+Green+Blue) = 23+84+66=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #175442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175442 is #E8ABBD. Grayscale: #3F3F3F. Windows color (decimal): -15248318 or 4346903. OLE color: 4346903.

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

Color convert

RGB238466-
CMYK0.7300.210.67
HSL162.3º57.01%20.98%-
HSV(B)162.3º72.62%32.94%-
XYZ4.516.926.25-
YUV63.71129.2998.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.29%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=13.29%
G=48.55%
B=38.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2384660.7300.210.67162.357.0120.98
Hex1754424901543a23915
Octal271241021110251032427125
Binary1011110101001000010100100101010110000111010001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175442; }

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

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

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

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

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

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

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

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