#167D89

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

Shades of Teal #167D89

Tints of Teal #167D89

Color information

#167D89 (or 0x167D89) is unknown color: approx Teal. HEX triplet: 16, 7D and 89. RGB value is (22,125,137). Sum of RGB (Red+Green+Blue) = 22+125+137=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #167D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167D89 is #E98276. Grayscale: #5F5F5F. Windows color (decimal): -15303287 or 9010454. OLE color: 9010454.

HSL color Cylindrical-coordinate representation of color #167D89: hue angle of 186.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #167D89 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB22125137-
CMYK0.840.0900.46
HSL186.26º72.33%31.18%-
HSV(B)186.26º83.94%53.73%-
XYZ12.1816.6426.24-
YUV95.57151.3875.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.75%
GREEN value IS 125 (49.22% from 255) = 44.01%
BLUE value IS 137 (53.91% from 255) = 48.24%
R=7.75%
G=44.01%
B=48.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal221251370.840.0900.46186.2672.3331.18
Hex167D8954902Eba481f
Octal261752111241105627211037
Binary1011011111011000100110101001001010111010111010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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