#164B41

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

Shades of Deep Teal #164B41

Tints of Deep Teal #164B41

Color information

#164B41 (or 0x164B41) is unknown color: approx Deep Teal. HEX triplet: 16, 4B and 41. RGB value is (22,75,65). Sum of RGB (Red+Green+Blue) = 22+75+65=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #164B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B41 is #E9B4BE. Grayscale: #3A3A3A. Windows color (decimal): -15316159 or 4279062. OLE color: 4279062.

HSL color Cylindrical-coordinate representation of color #164B41: hue angle of 168.68º 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 #164B41 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB227565-
CMYK0.7100.130.71
HSL168.68º54.64%19.02%-
HSV(B)168.68º70.67%29.41%-
XYZ3.85.585.88-
YUV58.01131.94102.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=13.58%
G=46.30%
B=40.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275650.7100.130.71168.6854.6419.02
Hex164B41470D47a93713
Octal261131011070151072516723
Binary101101001011100000110001110110110001111010100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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