#168387

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

Shades of Teal #168387

Tints of Teal #168387

Color information

#168387 (or 0x168387) is unknown color: approx Teal. HEX triplet: 16, 83 and 87. RGB value is (22,131,135). Sum of RGB (Red+Green+Blue) = 22+131+135=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #168387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168387 is #E97C78. Grayscale: #626262. Windows color (decimal): -15301753 or 8880918. OLE color: 8880918.

HSL color Cylindrical-coordinate representation of color #168387: hue angle of 182.12º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168387 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB22131135-
CMYK0.840.0300.47
HSL182.12º71.97%30.78%-
HSV(B)182.12º83.7%52.94%-
XYZ12.8218.1525.75-
YUV98.86148.3973.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.64%
GREEN value IS 131 (51.56% from 255) = 45.49%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=7.64%
G=45.49%
B=46.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal221311350.840.0300.47182.1271.9730.78
Hex16838754302Fb6481f
Octal26203207124305726611037
Binary101101000001110000111101010011010111110110110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168387; }

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

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

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

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

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

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

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

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