#164952

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

Shades of Teal Blue #164952

Tints of Teal Blue #164952

Color information

#164952 (or 0x164952) is unknown color: approx Teal Blue. HEX triplet: 16, 49 and 52. RGB value is (22,73,82). Sum of RGB (Red+Green+Blue) = 22+73+82=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #164952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164952 is #E9B6AD. Grayscale: #3A3A3A. Windows color (decimal): -15316654 or 5392662. OLE color: 5392662.

HSL color Cylindrical-coordinate representation of color #164952: hue angle of 189º degrees, saturation: 0.58, 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 #164952 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB227382-
CMYK0.730.1100.68
HSL189º57.69%20.39%-
HSV(B)189º73.17%32.16%-
XYZ4.245.548.83-
YUV58.78141.1101.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=12.43%
G=41.24%
B=46.33%

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
Decimal2273820.730.1100.6818957.6920.39
Hex16495249B044bd3a14
Octal261111221111301042757224
Binary101101001001101001010010011011010001001011110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164952; }

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

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

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

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

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

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

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

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