#16463A

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

Shades of Deep Teal #16463A

Tints of Deep Teal #16463A

Color information

#16463A (or 0x16463A) is unknown color: approx Deep Teal. HEX triplet: 16, 46 and 3A. RGB value is (22,70,58). Sum of RGB (Red+Green+Blue) = 22+70+58=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #16463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16463A is #E9B9C5. Grayscale: #363636. Windows color (decimal): -15317446 or 3819030. OLE color: 3819030.

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

Color convert

RGB227058-
CMYK0.6900.170.73
HSL165º52.17%18.04%-
HSV(B)165º68.57%27.45%-
XYZ3.284.864.77-
YUV54.28130.1104.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 70 (27.73% from 255) = 46.67%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=14.67%
G=46.67%
B=38.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270580.6900.170.7316552.1718.04
Hex16463A4501149a53412
Octal26106721050211112456422
Binary101101000110111010100010101000110010011010010111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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