#164D55

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

Shades of Teal Blue #164D55

Tints of Teal Blue #164D55

Color information

#164D55 (or 0x164D55) is unknown color: approx Teal Blue. HEX triplet: 16, 4D and 55. RGB value is (22,77,85). Sum of RGB (Red+Green+Blue) = 22+77+85=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #164D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D55 is #E9B2AA. Grayscale: #3D3D3D. Windows color (decimal): -15315627 or 5590294. OLE color: 5590294.

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

Color convert

RGB227785-
CMYK0.740.0900.67
HSL187.62º58.88%20.98%-
HSV(B)187.62º74.12%33.33%-
XYZ4.626.139.53-
YUV61.47141.2899.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.96%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=11.96%
G=41.85%
B=46.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2277850.740.0900.67187.6258.8820.98
Hex164D554A9043bc3b15
Octal261151251121101032747325
Binary101101001101101010110010101001010000111011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,77,85); }

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

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

 a { background-color: rgb(22,77,85); }

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

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

 span { border-color: rgb(22,77,85); }

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