#164A55

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

Shades of Teal Blue #164A55

Tints of Teal Blue #164A55

Color information

#164A55 (or 0x164A55) is unknown color: approx Teal Blue. HEX triplet: 16, 4A and 55. RGB value is (22,74,85). Sum of RGB (Red+Green+Blue) = 22+74+85=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #164A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A55 is #E9B5AA. Grayscale: #3B3B3B. Windows color (decimal): -15316395 or 5589526. OLE color: 5589526.

HSL color Cylindrical-coordinate representation of color #164A55: hue angle of 190.48º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164A55 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB227485-
CMYK0.740.1300.67
HSL190.48º58.88%20.98%-
HSV(B)190.48º74.12%33.33%-
XYZ4.425.729.47-
YUV59.71142.27101.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=12.15%
G=40.88%
B=46.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2274850.740.1300.67190.4858.8820.98
Hex164A554AD043be3b15
Octal261121251121501032767325
Binary101101001010101010110010101101010000111011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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