#164A42

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

Shades of Deep Teal #164A42

Tints of Deep Teal #164A42

Color information

#164A42 (or 0x164A42) is unknown color: approx Deep Teal. HEX triplet: 16, 4A and 42. RGB value is (22,74,66). Sum of RGB (Red+Green+Blue) = 22+74+66=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #164A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A42 is #E9B5BD. Grayscale: #393939. Windows color (decimal): -15316414 or 4344342. OLE color: 4344342.

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

Color convert

RGB227466-
CMYK0.7000.110.71
HSL170.77º54.17%18.82%-
HSV(B)170.77º70.27%29.02%-
XYZ3.765.466.01-
YUV57.54132.77102.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 74 (29.30% from 255) = 45.68%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=13.58%
G=45.68%
B=40.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2274660.7000.110.71170.7754.1718.82
Hex164A42460B47ab3613
Octal261121021060131072536623
Binary101101001010100001010001100101110001111010101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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