#16473B

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

Shades of Deep Teal #16473B

Tints of Deep Teal #16473B

Color information

#16473B (or 0x16473B) is unknown color: approx Deep Teal. HEX triplet: 16, 47 and 3B. RGB value is (22,71,59). Sum of RGB (Red+Green+Blue) = 22+71+59=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #16473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16473B is #E9B8C4. Grayscale: #363636. Windows color (decimal): -15317189 or 3884822. OLE color: 3884822.

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

Color convert

RGB227159-
CMYK0.6900.170.72
HSL165.31º52.69%18.24%-
HSV(B)165.31º69.01%27.84%-
XYZ3.374.994.92-
YUV54.98130.27104.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=14.47%
G=46.71%
B=38.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271590.6900.170.72165.3152.6918.24
Hex16473B4501148a53512
Octal26107731050211102456522
Binary101101000111111011100010101000110010001010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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