#164740

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

Shades of Deep Teal #164740

Tints of Deep Teal #164740

Color information

#164740 (or 0x164740) is unknown color: approx Deep Teal. HEX triplet: 16, 47 and 40. RGB value is (22,71,64). Sum of RGB (Red+Green+Blue) = 22+71+64=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #164740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164740 is #E9B8BF. Grayscale: #373737. Windows color (decimal): -15317184 or 4212502. OLE color: 4212502.

HSL color Cylindrical-coordinate representation of color #164740: hue angle of 171.43º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164740 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB227164-
CMYK0.6900.100.72
HSL171.43º52.69%18.24%-
HSV(B)171.43º69.01%27.84%-
XYZ3.515.055.64-
YUV55.55132.77104.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=14.01%
G=45.22%
B=40.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271640.6900.100.72171.4352.6918.24
Hex164740450A48ab3512
Octal261071001050121102536522
Binary101101000111100000010001010101010010001010101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164740; }

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

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

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

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

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

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

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

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