#164B3D

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

Shades of Deep Teal #164B3D

Tints of Deep Teal #164B3D

Color information

#164B3D (or 0x164B3D) is unknown color: approx Deep Teal. HEX triplet: 16, 4B and 3D. RGB value is (22,75,61). Sum of RGB (Red+Green+Blue) = 22+75+61=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #164B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B3D is #E9B4C2. Grayscale: #393939. Windows color (decimal): -15316163 or 4016918. OLE color: 4016918.

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

Color convert

RGB227561-
CMYK0.7100.190.71
HSL164.15º54.64%19.02%-
HSV(B)164.15º70.67%29.41%-
XYZ3.695.545.29-
YUV57.56129.94102.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=13.92%
G=47.47%
B=38.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275610.7100.190.71164.1554.6419.02
Hex164B3D4701347a43713
Octal26113751070231072446723
Binary101101001011111101100011101001110001111010010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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