#164651

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

Shades of Teal Blue #164651

Tints of Teal Blue #164651

Color information

#164651 (or 0x164651) is unknown color: approx Teal Blue. HEX triplet: 16, 46 and 51. RGB value is (22,70,81). Sum of RGB (Red+Green+Blue) = 22+70+81=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #164651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164651 is #E9B9AE. Grayscale: #383838. Windows color (decimal): -15317423 or 5326358. OLE color: 5326358.

HSL color Cylindrical-coordinate representation of color #164651: hue angle of 191.19º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164651 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB227081-
CMYK0.730.1400.68
HSL191.19º57.28%20.2%-
HSV(B)191.19º72.84%31.76%-
XYZ4.015.148.57-
YUV56.9141.6103.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=12.72%
G=40.46%
B=46.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2270810.730.1400.68191.1957.2820.2
Hex16465149E044bf3914
Octal261061211111601042777124
Binary101101000110101000110010011110010001001011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164651; }

 p { color: rgb(22,70,81); }

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

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

 a { background-color: rgb(22,70,81); }

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

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

 span { border-color: rgb(22,70,81); }

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