#164B56

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

Shades of Teal Blue #164B56

Tints of Teal Blue #164B56

Color information

#164B56 (or 0x164B56) is unknown color: approx Teal Blue. HEX triplet: 16, 4B and 56. RGB value is (22,75,86). Sum of RGB (Red+Green+Blue) = 22+75+86=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #164B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B56 is #E9B4A9. Grayscale: #3C3C3C. Windows color (decimal): -15316138 or 5655318. OLE color: 5655318.

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

Color convert

RGB227586-
CMYK0.740.1300.66
HSL190.31º59.26%21.18%-
HSV(B)190.31º74.42%33.73%-
XYZ4.535.879.7-
YUV60.41142.44100.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.02%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=12.02%
G=40.98%
B=46.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2275860.740.1300.66190.3159.2621.18
Hex164B564AD042be3b15
Octal261131261121501022767325
Binary101101001011101011010010101101010000101011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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