#164654

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

Shades of Teal Blue #164654

Tints of Teal Blue #164654

Color information

#164654 (or 0x164654) is unknown color: approx Teal Blue. HEX triplet: 16, 46 and 54. RGB value is (22,70,84). Sum of RGB (Red+Green+Blue) = 22+70+84=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #164654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164654 is #E9B9AB. Grayscale: #393939. Windows color (decimal): -15317420 or 5522966. OLE color: 5522966.

HSL color Cylindrical-coordinate representation of color #164654: hue angle of 193.55º degrees, saturation: 0.58, 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 #164654 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB227084-
CMYK0.740.1700.67
HSL193.55º58.49%20.78%-
HSV(B)193.55º73.81%32.94%-
XYZ4.125.199.17-
YUV57.24143.1102.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 84 (33.20% from 255) = 47.73%
R=12.5%
G=39.77%
B=47.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2270840.740.1700.67193.5558.4920.78
Hex1646544A11043c23a15
Octal261061241122101033027225
Binary1011010001101010100100101010001010000111100001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164654; }

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

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

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

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

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

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

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

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