#164A57

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

Shades of Teal Blue #164A57

Tints of Teal Blue #164A57

Color information

#164A57 (or 0x164A57) is unknown color: approx Teal Blue. HEX triplet: 16, 4A and 57. RGB value is (22,74,87). Sum of RGB (Red+Green+Blue) = 22+74+87=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #164A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A57 is #E9B5A8. Grayscale: #3B3B3B. Windows color (decimal): -15316393 or 5720598. OLE color: 5720598.

HSL color Cylindrical-coordinate representation of color #164A57: hue angle of 192º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164A57 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB227487-
CMYK0.750.1500.66
HSL192º59.63%21.37%-
HSV(B)192º74.71%34.12%-
XYZ4.55.769.89-
YUV59.93143.27100.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.02%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=12.02%
G=40.44%
B=47.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2274870.750.1500.6619259.6321.37
Hex164A574BF042c03c15
Octal261121271131701023007425
Binary101101001010101011110010111111010000101100000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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