#165446

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

Shades of Deep Teal #165446

Tints of Deep Teal #165446

Color information

#165446 (or 0x165446) is unknown color: approx Deep Teal. HEX triplet: 16, 54 and 46. RGB value is (22,84,70). Sum of RGB (Red+Green+Blue) = 22+84+70=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #165446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165446 is #E9ABB9. Grayscale: #3F3F3F. Windows color (decimal): -15313850 or 4609046. OLE color: 4609046.

HSL color Cylindrical-coordinate representation of color #165446: hue angle of 166.45º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165446 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB228470-
CMYK0.7400.170.67
HSL166.45º58.49%20.78%-
HSV(B)166.45º73.81%32.94%-
XYZ4.616.956.89-
YUV63.87131.4698.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=12.5%
G=47.73%
B=39.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284700.7400.170.67166.4558.4920.78
Hex1654464A01143a63a15
Octal261241061120211032467225
Binary1011010101001000110100101001000110000111010011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165446; }

 p { color: rgb(22,84,70); }

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

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

 a { background-color: rgb(22,84,70); }

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

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

 span { border-color: rgb(22,84,70); }

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