#175448

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

Shades of Deep Teal #175448

Tints of Deep Teal #175448

Color information

#175448 (or 0x175448) is unknown color: approx Deep Teal. HEX triplet: 17, 54 and 48. RGB value is (23,84,72). Sum of RGB (Red+Green+Blue) = 23+84+72=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #175448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175448 is #E8ABB7. Grayscale: #404040. Windows color (decimal): -15248312 or 4740119. OLE color: 4740119.

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

Color convert

RGB238472-
CMYK0.7300.140.67
HSL168.2º57.01%20.98%-
HSV(B)168.2º72.62%32.94%-
XYZ4.696.997.23-
YUV64.39132.2998.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.85%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=12.85%
G=46.93%
B=40.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2384720.7300.140.67168.257.0120.98
Hex175448490E43a83915
Octal271241101110161032507125
Binary101111010100100100010010010111010000111010100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175448; }

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

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

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

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

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

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

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

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