#16463E

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

Shades of Deep Teal #16463E

Tints of Deep Teal #16463E

Color information

#16463E (or 0x16463E) is unknown color: approx Deep Teal. HEX triplet: 16, 46 and 3E. RGB value is (22,70,62). Sum of RGB (Red+Green+Blue) = 22+70+62=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #16463E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16463E is #E9B9C1. Grayscale: #363636. Windows color (decimal): -15317442 or 4081174. OLE color: 4081174.

HSL color Cylindrical-coordinate representation of color #16463E: hue angle of 170º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16463E is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB227062-
CMYK0.6900.110.73
HSL170º52.17%18.04%-
HSV(B)170º68.57%27.45%-
XYZ3.394.95.32-
YUV54.74132.1104.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=14.29%
G=45.45%
B=40.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270620.6900.110.7317052.1718.04
Hex16463E450B49aa3412
Octal26106761050131112526422
Binary10110100011011111010001010101110010011010101011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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