#164B43

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

Shades of Deep Teal #164B43

Tints of Deep Teal #164B43

Color information

#164B43 (or 0x164B43) is unknown color: approx Deep Teal. HEX triplet: 16, 4B and 43. RGB value is (22,75,67). Sum of RGB (Red+Green+Blue) = 22+75+67=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #164B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B43 is #E9B4BC. Grayscale: #3A3A3A. Windows color (decimal): -15316157 or 4410134. OLE color: 4410134.

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

Color convert

RGB227567-
CMYK0.7100.110.71
HSL170.94º54.64%19.02%-
HSV(B)170.94º70.67%29.41%-
XYZ3.865.616.19-
YUV58.24132.94102.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 67 (26.56% from 255) = 40.85%
R=13.41%
G=45.73%
B=40.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275670.7100.110.71170.9454.6419.02
Hex164B43470B47ab3713
Octal261131031070131072536723
Binary101101001011100001110001110101110001111010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,75,67); }

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

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

 a { background-color: rgb(22,75,67); }

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

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

 span { border-color: rgb(22,75,67); }

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