#16443C

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

Shades of Deep Teal #16443C

Tints of Deep Teal #16443C

Color information

#16443C (or 0x16443C) is unknown color: approx Deep Teal. HEX triplet: 16, 44 and 3C. RGB value is (22,68,60). Sum of RGB (Red+Green+Blue) = 22+68+60=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #16443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16443C is #E9BBC3. Grayscale: #353535. Windows color (decimal): -15317956 or 3949590. OLE color: 3949590.

HSL color Cylindrical-coordinate representation of color #16443C: hue angle of 169.57º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #16443C is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB226860-
CMYK0.6800.120.73
HSL169.57º51.11%17.65%-
HSV(B)169.57º67.65%26.67%-
XYZ3.214.635-
YUV53.33131.76105.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 60 (23.83% from 255) = 40%
R=14.67%
G=45.33%
B=40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2268600.6800.120.73169.5751.1117.65
Hex16443C440C49aa3312
Octal26104741040141112526322
Binary10110100010011110010001000110010010011010101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16443C; }

 p { color: rgb(22,68,60); }

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

<style>
 a { background-color: #16443C; }

 a { background-color: rgb(22,68,60); }

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

<style>
 span { border-color: #16443C; }

 span { border-color: rgb(22,68,60); }

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