#16463F

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

Shades of Deep Teal #16463F

Tints of Deep Teal #16463F

Color information

#16463F (or 0x16463F) is unknown color: approx Deep Teal. HEX triplet: 16, 46 and 3F. RGB value is (22,70,63). Sum of RGB (Red+Green+Blue) = 22+70+63=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #16463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16463F is #E9B9C0. Grayscale: #363636. Windows color (decimal): -15317441 or 4146710. OLE color: 4146710.

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

Color convert

RGB227063-
CMYK0.6900.100.73
HSL171.25º52.17%18.04%-
HSV(B)171.25º68.57%27.45%-
XYZ3.424.915.47-
YUV54.85132.6104.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 63 (25% from 255) = 40.65%
R=14.19%
G=45.16%
B=40.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270630.6900.100.73171.2552.1718.04
Hex16463F450A49ab3412
Octal26106771050121112536422
Binary10110100011011111110001010101010010011010101111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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