#16473E

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

Shades of Deep Teal #16473E

Tints of Deep Teal #16473E

Color information

#16473E (or 0x16473E) is unknown color: approx Deep Teal. HEX triplet: 16, 47 and 3E. RGB value is (22,71,62). Sum of RGB (Red+Green+Blue) = 22+71+62=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #16473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16473E is #E9B8C1. Grayscale: #373737. Windows color (decimal): -15317186 or 4081430. OLE color: 4081430.

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

Color convert

RGB227162-
CMYK0.6900.130.72
HSL168.98º52.69%18.24%-
HSV(B)168.98º69.01%27.84%-
XYZ3.455.025.35-
YUV55.32131.77104.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 62 (24.61% from 255) = 40%
R=14.19%
G=45.81%
B=40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271620.6900.130.72168.9852.6918.24
Hex16473E450D48a93512
Octal26107761050151102516522
Binary10110100011111111010001010110110010001010100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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