#165447

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

Shades of Deep Teal #165447

Tints of Deep Teal #165447

Color information

#165447 (or 0x165447) is unknown color: approx Deep Teal. HEX triplet: 16, 54 and 47. RGB value is (22,84,71). Sum of RGB (Red+Green+Blue) = 22+84+71=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #165447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165447 is #E9ABB8. Grayscale: #3F3F3F. Windows color (decimal): -15313849 or 4674582. OLE color: 4674582.

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

Color convert

RGB228471-
CMYK0.7400.150.67
HSL167.42º58.49%20.78%-
HSV(B)167.42º73.81%32.94%-
XYZ4.646.977.06-
YUV63.98131.9698.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 84 (33.20% from 255) = 47.46%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=12.43%
G=47.46%
B=40.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284710.7400.150.67167.4258.4920.78
Hex1654474A0F43a73a15
Octal261241071120171032477225
Binary101101010100100011110010100111110000111010011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165447; }

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

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

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

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

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

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

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

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