#175446

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

Shades of Deep Teal #175446

Tints of Deep Teal #175446

Color information

#175446 (or 0x175446) is unknown color: approx Deep Teal. HEX triplet: 17, 54 and 46. RGB value is (23,84,70). Sum of RGB (Red+Green+Blue) = 23+84+70=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #175446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175446 is #E8ABB9. Grayscale: #404040. Windows color (decimal): -15248314 or 4609047. OLE color: 4609047.

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

Color convert

RGB238470-
CMYK0.7300.170.67
HSL166.23º57.01%20.98%-
HSV(B)166.23º72.62%32.94%-
XYZ4.636.976.89-
YUV64.17131.2998.64-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.99%
GREEN value IS 84 (33.20% from 255) = 47.46%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=12.99%
G=47.46%
B=39.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2384700.7300.170.67166.2357.0120.98
Hex1754464901143a63915
Octal271241061110211032467125
Binary1011110101001000110100100101000110000111010011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175446; }

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

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

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

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

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

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

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

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