#164A40

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

Shades of Deep Teal #164A40

Tints of Deep Teal #164A40

Color information

#164A40 (or 0x164A40) is unknown color: approx Deep Teal. HEX triplet: 16, 4A and 40. RGB value is (22,74,64). Sum of RGB (Red+Green+Blue) = 22+74+64=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #164A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A40 is #E9B5BF. Grayscale: #393939. Windows color (decimal): -15316416 or 4213270. OLE color: 4213270.

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

Color convert

RGB227464-
CMYK0.7000.140.71
HSL168.46º54.17%18.82%-
HSV(B)168.46º70.27%29.02%-
XYZ3.715.445.7-
YUV57.31131.77102.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.75%
GREEN value IS 74 (29.30% from 255) = 46.25%
BLUE value IS 64 (25.39% from 255) = 40%
R=13.75%
G=46.25%
B=40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2274640.7000.140.71168.4654.1718.82
Hex164A40460E47a83613
Octal261121001060161072506623
Binary101101001010100000010001100111010001111010100011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164A40; }

 p { color: rgb(22,74,64); }

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

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

 a { background-color: rgb(22,74,64); }

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

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

 span { border-color: rgb(22,74,64); }

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