#175548

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

Shades of Deep Teal #175548

Tints of Deep Teal #175548

Color information

#175548 (or 0x175548) is unknown color: approx Deep Teal. HEX triplet: 17, 55 and 48. RGB value is (23,85,72). Sum of RGB (Red+Green+Blue) = 23+85+72=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #175548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175548 is #E8AAB7. Grayscale: #404040. Windows color (decimal): -15248056 or 4740375. OLE color: 4740375.

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

Color convert

RGB238572-
CMYK0.7300.150.67
HSL167.42º57.41%21.18%-
HSV(B)167.42º72.94%33.33%-
XYZ4.777.157.26-
YUV64.98131.9698.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.78%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 72 (28.52% from 255) = 40%
R=12.78%
G=47.22%
B=40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2385720.7300.150.67167.4257.4121.18
Hex175548490F43a73915
Octal271251101110171032477125
Binary101111010101100100010010010111110000111010011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175548; }

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

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

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

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

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

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

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

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