#16493C

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

Shades of Deep Teal #16493C

Tints of Deep Teal #16493C

Color information

#16493C (or 0x16493C) is unknown color: approx Deep Teal. HEX triplet: 16, 49 and 3C. RGB value is (22,73,60). Sum of RGB (Red+Green+Blue) = 22+73+60=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #16493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16493C is #E9B6C3. Grayscale: #383838. Windows color (decimal): -15316676 or 3950870. OLE color: 3950870.

HSL color Cylindrical-coordinate representation of color #16493C: hue angle of 164.71º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16493C is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB227360-
CMYK0.7000.180.71
HSL164.71º53.68%18.63%-
HSV(B)164.71º69.86%28.63%-
XYZ3.535.265.1-
YUV56.27130.1103.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=14.19%
G=47.10%
B=38.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2273600.7000.180.71164.7153.6818.63
Hex16493C4601247a53613
Octal26111741060221072456623
Binary101101001001111100100011001001010001111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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