#164851

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

Shades of Teal Blue #164851

Tints of Teal Blue #164851

Color information

#164851 (or 0x164851) is unknown color: approx Teal Blue. HEX triplet: 16, 48 and 51. RGB value is (22,72,81). Sum of RGB (Red+Green+Blue) = 22+72+81=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #164851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164851 is #E9B7AE. Grayscale: #393939. Windows color (decimal): -15316911 or 5326870. OLE color: 5326870.

HSL color Cylindrical-coordinate representation of color #164851: hue angle of 189.15º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164851 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB227281-
CMYK0.730.1100.68
HSL189.15º57.28%20.2%-
HSV(B)189.15º72.84%31.76%-
XYZ4.135.48.61-
YUV58.08140.94102.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=12.57%
G=41.14%
B=46.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2272810.730.1100.68189.1557.2820.2
Hex16485149B044bd3914
Octal261101211111301042757124
Binary101101001000101000110010011011010001001011110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164851; }

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

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

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

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

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

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

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

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