#167C83

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

Shades of Teal #167C83

Tints of Teal #167C83

Color information

#167C83 (or 0x167C83) is unknown color: approx Teal. HEX triplet: 16, 7C and 83. RGB value is (22,124,131). Sum of RGB (Red+Green+Blue) = 22+124+131=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #167C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167C83 is #E9837C. Grayscale: #5E5E5E. Windows color (decimal): -15303549 or 8616982. OLE color: 8616982.

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

Color convert

RGB22124131-
CMYK0.830.0500.49
HSL183.85º71.24%30%-
HSV(B)183.85º83.21%51.37%-
XYZ11.6416.2223.99-
YUV94.3148.7176.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=7.94%
G=44.77%
B=47.29%

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
Decimal221241310.830.0500.49183.8571.2430
Hex167C83535031b8471e
Octal26174203123506127010736
Binary101101111100100000111010011101011000110111000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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