#164955

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

Shades of Teal Blue #164955

Tints of Teal Blue #164955

Color information

#164955 (or 0x164955) is unknown color: approx Teal Blue. HEX triplet: 16, 49 and 55. RGB value is (22,73,85). Sum of RGB (Red+Green+Blue) = 22+73+85=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #164955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164955 is #E9B6AA. Grayscale: #3B3B3B. Windows color (decimal): -15316651 or 5589270. OLE color: 5589270.

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

Color convert

RGB227385-
CMYK0.740.1400.67
HSL191.43º58.88%20.98%-
HSV(B)191.43º74.12%33.33%-
XYZ4.355.599.44-
YUV59.12142.6101.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 73 (28.91% from 255) = 40.56%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=12.22%
G=40.56%
B=47.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2273850.740.1400.67191.4358.8820.98
Hex1649554AE043bf3b15
Octal261111251121601032777325
Binary101101001001101010110010101110010000111011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164955; }

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

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

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

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

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

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

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

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