#164954

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

Shades of Teal Blue #164954

Tints of Teal Blue #164954

Color information

#164954 (or 0x164954) is unknown color: approx Teal Blue. HEX triplet: 16, 49 and 54. RGB value is (22,73,84). Sum of RGB (Red+Green+Blue) = 22+73+84=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #164954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164954 is #E9B6AB. Grayscale: #3A3A3A. Windows color (decimal): -15316652 or 5523734. OLE color: 5523734.

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

Color convert

RGB227384-
CMYK0.740.1300.67
HSL190.65º58.49%20.78%-
HSV(B)190.65º73.81%32.94%-
XYZ4.315.589.24-
YUV59142.1101.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=12.29%
G=40.78%
B=46.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2273840.740.1300.67190.6558.4920.78
Hex1649544AD043bf3a15
Octal261111241121501032777225
Binary101101001001101010010010101101010000111011111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164954; }

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

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

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

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

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

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

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

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