#165044

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

Shades of Deep Teal #165044

Tints of Deep Teal #165044

Color information

#165044 (or 0x165044) is unknown color: approx Deep Teal. HEX triplet: 16, 50 and 44. RGB value is (22,80,68). Sum of RGB (Red+Green+Blue) = 22+80+68=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #165044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165044 is #E9AFBB. Grayscale: #3D3D3D. Windows color (decimal): -15314876 or 4476950. OLE color: 4476950.

HSL color Cylindrical-coordinate representation of color #165044: hue angle of 167.59º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165044 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB228068-
CMYK0.7200.150.69
HSL167.59º56.86%20%-
HSV(B)167.59º72.5%31.37%-
XYZ4.246.336.47-
YUV61.29131.7899.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 68 (26.95% from 255) = 40%
R=12.94%
G=47.06%
B=40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280680.7200.150.69167.5956.8620
Hex165044480F45a83914
Octal261201041100171052507124
Binary101101010000100010010010000111110001011010100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165044; }

 p { color: rgb(22,80,68); }

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

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

 a { background-color: rgb(22,80,68); }

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

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

 span { border-color: rgb(22,80,68); }

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