#164C56

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

Shades of Teal Blue #164C56

Tints of Teal Blue #164C56

Color information

#164C56 (or 0x164C56) is unknown color: approx Teal Blue. HEX triplet: 16, 4C and 56. RGB value is (22,76,86). Sum of RGB (Red+Green+Blue) = 22+76+86=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #164C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C56 is #E9B3A9. Grayscale: #3C3C3C. Windows color (decimal): -15315882 or 5655574. OLE color: 5655574.

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

Color convert

RGB227686-
CMYK0.740.1200.66
HSL189.38º59.26%21.18%-
HSV(B)189.38º74.42%33.73%-
XYZ4.66.019.72-
YUV60.99142.11100.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.96%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=11.96%
G=41.30%
B=46.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2276860.740.1200.66189.3859.2621.18
Hex164C564AC042bd3b15
Octal261141261121401022757325
Binary101101001100101011010010101100010000101011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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