#16473A

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

Shades of Deep Teal #16473A

Tints of Deep Teal #16473A

Color information

#16473A (or 0x16473A) is unknown color: approx Deep Teal. HEX triplet: 16, 47 and 3A. RGB value is (22,71,58). Sum of RGB (Red+Green+Blue) = 22+71+58=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #16473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16473A is #E9B8C5. Grayscale: #363636. Windows color (decimal): -15317190 or 3819286. OLE color: 3819286.

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

Color convert

RGB227158-
CMYK0.6900.180.72
HSL164.08º52.69%18.24%-
HSV(B)164.08º69.01%27.84%-
XYZ3.354.984.79-
YUV54.87129.77104.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=14.57%
G=47.02%
B=38.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271580.6900.180.72164.0852.6918.24
Hex16473A4501248a43512
Octal26107721050221102446522
Binary101101000111111010100010101001010010001010010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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