#167f80

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

Shades of Teal #167F80

Tints of Teal #167F80

Color information

#167F80 (or 0x167F80) is unknown color: approx Teal. HEX triplet: 16, 7F and 80. RGB value is (22,127,128). Sum of RGB (Red+Green+Blue) = 22+127+128=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #167F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167F80 is #E9807F. Grayscale: #5F5F5F. Windows color (decimal): -15302784 or 8421142. OLE color: 8421142.

HSL color Cylindrical-coordinate representation of color #167F80: hue angle of 180.57º 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 #167F80 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB22127128-
CMYK0.830.0100.50
HSL180.57º70.67%29.41%-
HSV(B)180.57º82.81%50.2%-
XYZ11.8216.9123.06-
YUV95.72146.2175.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=7.94%
G=45.85%
B=46.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal221271280.830.0100.50180.5770.6729.41
Hex167F80531032b5471d
Octal26177200123106226510735
Binary1011011111111000000010100111011001010110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167f80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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