#16503F

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

Shades of Deep Teal #16503F

Tints of Deep Teal #16503F

Color information

#16503F (or 0x16503F) is unknown color: approx Deep Teal. HEX triplet: 16, 50 and 3F. RGB value is (22,80,63). Sum of RGB (Red+Green+Blue) = 22+80+63=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #16503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16503F is #E9AFC0. Grayscale: #3C3C3C. Windows color (decimal): -15314881 or 4149270. OLE color: 4149270.

HSL color Cylindrical-coordinate representation of color #16503F: hue angle of 162.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16503F is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB228063-
CMYK0.7200.210.69
HSL162.41º56.86%20%-
HSV(B)162.41º72.5%31.37%-
XYZ4.16.275.7-
YUV60.72129.28100.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 63 (25% from 255) = 38.18%
R=13.33%
G=48.48%
B=38.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280630.7200.210.69162.4156.8620
Hex16503F4801545a23914
Octal26120771100251052427124
Binary101101010000111111100100001010110001011010001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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