#168A80

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

Shades of Teal #168A80

Tints of Teal #168A80

Color information

#168A80 (or 0x168A80) is unknown color: approx Teal. HEX triplet: 16, 8A and 80. RGB value is (22,138,128). Sum of RGB (Red+Green+Blue) = 22+138+128=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #168A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168A80 is #E9757F. Grayscale: #666666. Windows color (decimal): -15299968 or 8423958. OLE color: 8423958.

HSL color Cylindrical-coordinate representation of color #168A80: hue angle of 174.83º degrees, saturation: 0.73, 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 #168A80 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB22138128-
CMYK0.8400.070.46
HSL174.83º72.5%31.37%-
HSV(B)174.83º84.06%54.12%-
XYZ13.3219.9123.56-
YUV102.18142.5770.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.64%
GREEN value IS 138 (54.30% from 255) = 47.92%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=7.64%
G=47.92%
B=44.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal221381280.8400.070.46174.8372.531.37
Hex168A8054072Eaf481f
Octal26212200124075625711037
Binary1011010001010100000001010100011110111010101111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168A80; }

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

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

<style>
 a { background-color: #168A80; }

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

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

<style>
 span { border-color: #168A80; }

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

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