#165449

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

Shades of Deep Teal #165449

Tints of Deep Teal #165449

Color information

#165449 (or 0x165449) is unknown color: approx Deep Teal. HEX triplet: 16, 54 and 49. RGB value is (22,84,73). Sum of RGB (Red+Green+Blue) = 22+84+73=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #165449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165449 is #E9ABB6. Grayscale: #404040. Windows color (decimal): -15313847 or 4805654. OLE color: 4805654.

HSL color Cylindrical-coordinate representation of color #165449: hue angle of 169.35º 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 #165449 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB228473-
CMYK0.7400.130.67
HSL169.35º58.49%20.78%-
HSV(B)169.35º73.81%32.94%-
XYZ4.76.997.41-
YUV64.21132.9697.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 73 (28.91% from 255) = 40.78%
R=12.29%
G=46.93%
B=40.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284730.7400.130.67169.3558.4920.78
Hex1654494A0D43a93a15
Octal261241111120151032517225
Binary101101010100100100110010100110110000111010100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165449; }

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

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

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

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

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

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

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

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