#167D83

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

Shades of Teal #167D83

Tints of Teal #167D83

Color information

#167D83 (or 0x167D83) is unknown color: approx Teal. HEX triplet: 16, 7D and 83. RGB value is (22,125,131). Sum of RGB (Red+Green+Blue) = 22+125+131=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #167D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167D83 is #E9827C. Grayscale: #5E5E5E. Windows color (decimal): -15303293 or 8617238. OLE color: 8617238.

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

Color convert

RGB22125131-
CMYK0.830.0500.49
HSL183.3º71.24%30%-
HSV(B)183.3º83.21%51.37%-
XYZ11.7616.4824.03-
YUV94.89148.3876.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.91%
GREEN value IS 125 (49.22% from 255) = 44.96%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=7.91%
G=44.96%
B=47.12%

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
Decimal221251310.830.0500.49183.371.2430
Hex167D83535031b7471e
Octal26175203123506126710736
Binary101101111101100000111010011101011000110110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,125,131); }

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

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

 a { background-color: rgb(22,125,131); }

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

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

 span { border-color: rgb(22,125,131); }

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