#167C82

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

Shades of Teal #167C82

Tints of Teal #167C82

Color information

#167C82 (or 0x167C82) is unknown color: approx Teal. HEX triplet: 16, 7C and 82. RGB value is (22,124,130). Sum of RGB (Red+Green+Blue) = 22+124+130=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #167C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167C82 is #E9837D. Grayscale: #5E5E5E. Windows color (decimal): -15303550 or 8551446. OLE color: 8551446.

HSL color Cylindrical-coordinate representation of color #167C82: hue angle of 183.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167C82 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB22124130-
CMYK0.830.0500.49
HSL183.33º71.05%29.8%-
HSV(B)183.33º83.08%50.98%-
XYZ11.5716.223.64-
YUV94.19148.2176.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=7.97%
G=44.93%
B=47.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal221241300.830.0500.49183.3371.0529.8
Hex167C82535031b7471e
Octal26174202123506126710736
Binary101101111100100000101010011101011000110110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167C82; }

 p { color: rgb(22,124,130); }

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

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

 a { background-color: rgb(22,124,130); }

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

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

 span { border-color: rgb(22,124,130); }

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