#164C55

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

Shades of Teal Blue #164C55

Tints of Teal Blue #164C55

Color information

#164C55 (or 0x164C55) is unknown color: approx Teal Blue. HEX triplet: 16, 4C and 55. RGB value is (22,76,85). Sum of RGB (Red+Green+Blue) = 22+76+85=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #164C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C55 is #E9B3AA. Grayscale: #3C3C3C. Windows color (decimal): -15315883 or 5590038. OLE color: 5590038.

HSL color Cylindrical-coordinate representation of color #164C55: hue angle of 188.57º 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 #164C55 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB227685-
CMYK0.740.1100.67
HSL188.57º58.88%20.98%-
HSV(B)188.57º74.12%33.33%-
XYZ4.5669.51-
YUV60.88141.61100.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.02%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=12.02%
G=41.53%
B=46.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2276850.740.1100.67188.5758.8820.98
Hex164C554AB043bd3b15
Octal261141251121301032757325
Binary101101001100101010110010101011010000111011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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