#165160

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

Shades of Teal Blue #165160

Tints of Teal Blue #165160

Color information

#165160 (or 0x165160) is unknown color: approx Teal Blue. HEX triplet: 16, 51 and 60. RGB value is (22,81,96). Sum of RGB (Red+Green+Blue) = 22+81+96=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #165160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165160 is #E9AE9F. Grayscale: #404040. Windows color (decimal): -15314592 or 6312214. OLE color: 6312214.

HSL color Cylindrical-coordinate representation of color #165160: hue angle of 192.16º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165160 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB228196-
CMYK0.770.1600.62
HSL192.16º62.71%23.14%-
HSV(B)192.16º77.08%37.65%-
XYZ5.386.912.11-
YUV65.07145.4597.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=11.06%
G=40.70%
B=48.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2281960.770.1600.62192.1662.7123.14
Hex1651604D1003Ec03f17
Octal26121140115200763007727
Binary101101010001110000010011011000001111101100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165160; }

 p { color: rgb(22,81,96); }

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

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

 a { background-color: rgb(22,81,96); }

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

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

 span { border-color: rgb(22,81,96); }

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