#165161

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

Shades of Teal Blue #165161

Tints of Teal Blue #165161

Color information

#165161 (or 0x165161) is unknown color: approx Teal Blue. HEX triplet: 16, 51 and 61. RGB value is (22,81,97). Sum of RGB (Red+Green+Blue) = 22+81+97=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #165161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165161 is #E9AE9E. Grayscale: #414141. Windows color (decimal): -15314591 or 6377750. OLE color: 6377750.

HSL color Cylindrical-coordinate representation of color #165161: hue angle of 192.8º 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 #165161 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB228197-
CMYK0.770.1600.62
HSL192.8º63.03%23.33%-
HSV(B)192.8º77.32%38.04%-
XYZ5.436.9212.36-
YUV65.18145.9597.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=11%
G=40.5%
B=48.5%

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
Decimal2281970.770.1600.62192.863.0323.33
Hex1651614D1003Ec13f17
Octal26121141115200763017727
Binary101101010001110000110011011000001111101100000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165161; }

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

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

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

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

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

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

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

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