#164E5D

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

Shades of Teal Blue #164E5D

Tints of Teal Blue #164E5D

Color information

#164E5D (or 0x164E5D) is unknown color: approx Teal Blue. HEX triplet: 16, 4E and 5D. RGB value is (22,78,93). Sum of RGB (Red+Green+Blue) = 22+78+93=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #164E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E5D is #E9B1A2. Grayscale: #3E3E3E. Windows color (decimal): -15315363 or 6114838. OLE color: 6114838.

HSL color Cylindrical-coordinate representation of color #164E5D: hue angle of 192.68º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #164E5D is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB227893-
CMYK0.760.1600.64
HSL192.68º61.74%22.55%-
HSV(B)192.68º76.34%36.47%-
XYZ5.036.4111.33-
YUV62.97144.9598.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=11.40%
G=40.41%
B=48.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2278930.760.1600.64192.6861.7422.55
Hex164E5D4C10040c13e17
Octal261161351142001003017627
Binary1011010011101011101100110010000010000001100000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164E5D; }

 p { color: rgb(22,78,93); }

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

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

 a { background-color: rgb(22,78,93); }

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

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

 span { border-color: rgb(22,78,93); }

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