#167E80

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

Shades of Teal #167E80

Tints of Teal #167E80

Color information

#167E80 (or 0x167E80) is unknown color: approx Teal. HEX triplet: 16, 7E and 80. RGB value is (22,126,128). Sum of RGB (Red+Green+Blue) = 22+126+128=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #167E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167E80 is #E9817F. Grayscale: #5F5F5F. Windows color (decimal): -15303040 or 8420886. OLE color: 8420886.

HSL color Cylindrical-coordinate representation of color #167E80: hue angle of 181.13º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167E80 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB22126128-
CMYK0.830.0200.50
HSL181.13º70.67%29.41%-
HSV(B)181.13º82.81%50.2%-
XYZ11.6916.6523.02-
YUV95.13146.5475.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 126 (49.61% from 255) = 45.65%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=7.97%
G=45.65%
B=46.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal221261280.830.0200.50181.1370.6729.41
Hex167E80532032b5471d
Octal26176200123206226510735
Binary10110111111010000000101001110011001010110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,126,128); }

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

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

 a { background-color: rgb(22,126,128); }

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

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

 span { border-color: rgb(22,126,128); }

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