#164B42

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

Shades of Deep Teal #164B42

Tints of Deep Teal #164B42

Color information

#164B42 (or 0x164B42) is unknown color: approx Deep Teal. HEX triplet: 16, 4B and 42. RGB value is (22,75,66). Sum of RGB (Red+Green+Blue) = 22+75+66=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #164B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B42 is #E9B4BD. Grayscale: #3A3A3A. Windows color (decimal): -15316158 or 4344598. OLE color: 4344598.

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

Color convert

RGB227566-
CMYK0.7100.120.71
HSL169.81º54.64%19.02%-
HSV(B)169.81º70.67%29.41%-
XYZ3.835.66.03-
YUV58.13132.44102.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=13.50%
G=46.01%
B=40.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275660.7100.120.71169.8154.6419.02
Hex164B42470C47aa3713
Octal261131021070141072526723
Binary101101001011100001010001110110010001111010101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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