#164956

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

Shades of Teal Blue #164956

Tints of Teal Blue #164956

Color information

#164956 (or 0x164956) is unknown color: approx Teal Blue. HEX triplet: 16, 49 and 56. RGB value is (22,73,86). Sum of RGB (Red+Green+Blue) = 22+73+86=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #164956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164956 is #E9B6A9. Grayscale: #3B3B3B. Windows color (decimal): -15316650 or 5654806. OLE color: 5654806.

HSL color Cylindrical-coordinate representation of color #164956: hue angle of 192.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164956 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB227386-
CMYK0.740.1500.66
HSL192.19º59.26%21.18%-
HSV(B)192.19º74.42%33.73%-
XYZ4.395.619.65-
YUV59.23143.1101.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=12.15%
G=40.33%
B=47.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2273860.740.1500.66192.1959.2621.18
Hex1649564AF042c03b15
Octal261111261121701023007325
Binary101101001001101011010010101111010000101100000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164956; }

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

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

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

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

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

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

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

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