#164753

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

Shades of Teal Blue #164753

Tints of Teal Blue #164753

Color information

#164753 (or 0x164753) is unknown color: approx Teal Blue. HEX triplet: 16, 47 and 53. RGB value is (22,71,83). Sum of RGB (Red+Green+Blue) = 22+71+83=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #164753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164753 is #E9B8AC. Grayscale: #393939. Windows color (decimal): -15317165 or 5457686. OLE color: 5457686.

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

Color convert

RGB227183-
CMYK0.730.1400.67
HSL191.8º58.1%20.59%-
HSV(B)191.8º73.49%32.55%-
XYZ4.155.38.99-
YUV57.72142.27102.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 83 (32.81% from 255) = 47.16%
R=12.5%
G=40.34%
B=47.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2271830.730.1400.67191.858.120.59
Hex16475349E043c03a15
Octal261071231111601033007225
Binary101101000111101001110010011110010000111100000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164753; }

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

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

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

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

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

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

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

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