#164953

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

Shades of Teal Blue #164953

Tints of Teal Blue #164953

Color information

#164953 (or 0x164953) is unknown color: approx Teal Blue. HEX triplet: 16, 49 and 53. RGB value is (22,73,83). Sum of RGB (Red+Green+Blue) = 22+73+83=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #164953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164953 is #E9B6AC. Grayscale: #3A3A3A. Windows color (decimal): -15316653 or 5458198. OLE color: 5458198.

HSL color Cylindrical-coordinate representation of color #164953: hue angle of 189.84º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164953 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB227383-
CMYK0.730.1200.67
HSL189.84º58.1%20.59%-
HSV(B)189.84º73.49%32.55%-
XYZ4.275.569.03-
YUV58.89141.6101.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=12.36%
G=41.01%
B=46.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2273830.730.1200.67189.8458.120.59
Hex16495349C043be3a15
Octal261111231111401032767225
Binary101101001001101001110010011100010000111011111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164953; }

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

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

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

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

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

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

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

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