#164F59

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

Shades of Teal Blue #164F59

Tints of Teal Blue #164F59

Color information

#164F59 (or 0x164F59) is unknown color: approx Teal Blue. HEX triplet: 16, 4F and 59. RGB value is (22,79,89). Sum of RGB (Red+Green+Blue) = 22+79+89=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #164F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F59 is #E9B0A6. Grayscale: #3F3F3F. Windows color (decimal): -15315111 or 5852950. OLE color: 5852950.

HSL color Cylindrical-coordinate representation of color #164F59: hue angle of 188.96º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164F59 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB227989-
CMYK0.750.1100.65
HSL188.96º60.36%21.76%-
HSV(B)188.96º75.28%34.9%-
XYZ4.936.4810.44-
YUV63.1142.6298.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=11.58%
G=41.58%
B=46.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2279890.750.1100.65188.9660.3621.76
Hex164F594BB041bd3c16
Octal261171311131301012757426
Binary101101001111101100110010111011010000011011110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,79,89); }

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

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

 a { background-color: rgb(22,79,89); }

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

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

 span { border-color: rgb(22,79,89); }

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