#16473F

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

Shades of Deep Teal #16473F

Tints of Deep Teal #16473F

Color information

#16473F (or 0x16473F) is unknown color: approx Deep Teal. HEX triplet: 16, 47 and 3F. RGB value is (22,71,63). Sum of RGB (Red+Green+Blue) = 22+71+63=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #16473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16473F is #E9B8C0. Grayscale: #373737. Windows color (decimal): -15317185 or 4146966. OLE color: 4146966.

HSL color Cylindrical-coordinate representation of color #16473F: hue angle of 170.2º 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 #16473F is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB227163-
CMYK0.6900.110.72
HSL170.2º52.69%18.24%-
HSV(B)170.2º69.01%27.84%-
XYZ3.485.045.49-
YUV55.44132.27104.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 63 (25% from 255) = 40.38%
R=14.10%
G=45.51%
B=40.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271630.6900.110.72170.252.6918.24
Hex16473F450B48aa3512
Octal26107771050131102526522
Binary10110100011111111110001010101110010001010101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16473F; }

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

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

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

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

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

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

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

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