#164841

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

Shades of Deep Teal #164841

Tints of Deep Teal #164841

Color information

#164841 (or 0x164841) is unknown color: approx Deep Teal. HEX triplet: 16, 48 and 41. RGB value is (22,72,65). Sum of RGB (Red+Green+Blue) = 22+72+65=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #164841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164841 is #E9B7BE. Grayscale: #383838. Windows color (decimal): -15316927 or 4278294. OLE color: 4278294.

HSL color Cylindrical-coordinate representation of color #164841: hue angle of 171.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164841 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB227265-
CMYK0.6900.100.72
HSL171.6º53.19%18.43%-
HSV(B)171.6º69.44%28.24%-
XYZ3.65.195.81-
YUV56.25132.94103.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=13.84%
G=45.28%
B=40.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272650.6900.100.72171.653.1918.43
Hex164841450A48ac3512
Octal261101011050121102546522
Binary101101001000100000110001010101010010001010110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164841; }

 p { color: rgb(22,72,65); }

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

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

 a { background-color: rgb(22,72,65); }

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

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

 span { border-color: rgb(22,72,65); }

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