#174C41

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

Shades of Deep Teal #174C41

Tints of Deep Teal #174C41

Color information

#174C41 (or 0x174C41) is unknown color: approx Deep Teal. HEX triplet: 17, 4C and 41. RGB value is (23,76,65). Sum of RGB (Red+Green+Blue) = 23+76+65=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #174C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C41 is #E8B3BE. Grayscale: #3A3A3A. Windows color (decimal): -15250367 or 4279319. OLE color: 4279319.

HSL color Cylindrical-coordinate representation of color #174C41: hue angle of 167.55º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C41 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB237665-
CMYK0.7000.140.70
HSL167.55º53.54%19.41%-
HSV(B)167.55º69.74%29.8%-
XYZ3.895.735.9-
YUV58.9131.44102.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.02%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=14.02%
G=46.34%
B=39.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2376650.7000.140.70167.5553.5419.41
Hex174C41460E46a83613
Octal271141011060161062506623
Binary101111001100100000110001100111010001101010100011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174C41; }

 p { color: rgb(23,76,65); }

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

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

 a { background-color: rgb(23,76,65); }

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

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

 span { border-color: rgb(23,76,65); }

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