#164037

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

Shades of Deep Teal #164037

Tints of Deep Teal #164037

Color information

#164037 (or 0x164037) is unknown color: approx Deep Teal. HEX triplet: 16, 40 and 37. RGB value is (22,64,55). Sum of RGB (Red+Green+Blue) = 22+64+55=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #164037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164037 is #E9BFC8. Grayscale: #323232. Windows color (decimal): -15318985 or 3620886. OLE color: 3620886.

HSL color Cylindrical-coordinate representation of color #164037: hue angle of 167.14º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164037 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB226455-
CMYK0.6600.140.75
HSL167.14º48.84%16.86%-
HSV(B)167.14º65.62%25.1%-
XYZ2.854.114.26-
YUV50.42130.59107.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=15.60%
G=45.39%
B=39.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2264550.6600.140.75167.1448.8416.86
Hex164037420E4Ba73111
Octal26100671020161132476121
Binary10110100000011011110000100111010010111010011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164037; }

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

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

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

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

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

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

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

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