#16505D

Color #16505D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #16505D

Tints of Teal Blue #16505D

Color information

#16505D (or 0x16505D) is unknown color: approx Teal Blue. HEX triplet: 16, 50 and 5D. RGB value is (22,80,93). Sum of RGB (Red+Green+Blue) = 22+80+93=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #16505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16505D is #E9AFA2. Grayscale: #404040. Windows color (decimal): -15314851 or 6115350. OLE color: 6115350.

HSL color Cylindrical-coordinate representation of color #16505D: hue angle of 190.99º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16505D is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB228093-
CMYK0.760.1400.64
HSL190.99º61.74%22.55%-
HSV(B)190.99º76.34%36.47%-
XYZ5.186.711.38-
YUV64.14144.2897.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=11.28%
G=41.03%
B=47.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2280930.760.1400.64190.9961.7422.55
Hex16505D4CE040bf3e17
Octal261201351141601002777627
Binary101101010000101110110011001110010000001011111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16505D; }

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

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

<style>
 a { background-color: #16505D; }

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

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

<style>
 span { border-color: #16505D; }

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

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