#164855

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

Shades of Teal Blue #164855

Tints of Teal Blue #164855

Color information

#164855 (or 0x164855) is unknown color: approx Teal Blue. HEX triplet: 16, 48 and 55. RGB value is (22,72,85). Sum of RGB (Red+Green+Blue) = 22+72+85=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #164855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164855 is #E9B7AA. Grayscale: #3A3A3A. Windows color (decimal): -15316907 or 5589014. OLE color: 5589014.

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

Color convert

RGB227285-
CMYK0.740.1500.67
HSL192.38º58.88%20.98%-
HSV(B)192.38º74.12%33.33%-
XYZ4.295.469.42-
YUV58.53142.94101.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=12.29%
G=40.22%
B=47.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2272850.740.1500.67192.3858.8820.98
Hex1648554AF043c03b15
Octal261101251121701033007325
Binary101101001000101010110010101111010000111100000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164855; }

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

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

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

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

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

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

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

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