#165159

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

Shades of Teal Blue #165159

Tints of Teal Blue #165159

Color information

#165159 (or 0x165159) is unknown color: approx Teal Blue. HEX triplet: 16, 51 and 59. RGB value is (22,81,89). Sum of RGB (Red+Green+Blue) = 22+81+89=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #165159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165159 is #E9AEA6. Grayscale: #404040. Windows color (decimal): -15314599 or 5853462. OLE color: 5853462.

HSL color Cylindrical-coordinate representation of color #165159: hue angle of 187.16º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165159 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB228189-
CMYK0.750.0900.65
HSL187.16º60.36%21.76%-
HSV(B)187.16º75.28%34.9%-
XYZ5.086.7810.49-
YUV64.27141.9597.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=11.46%
G=42.19%
B=46.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2281890.750.0900.65187.1660.3621.76
Hex1651594B9041bb3c16
Octal261211311131101012737426
Binary101101010001101100110010111001010000011011101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165159; }

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

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

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

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

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

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

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

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