#16505E

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

Shades of Teal Blue #16505E

Tints of Teal Blue #16505E

Color information

#16505E (or 0x16505E) is unknown color: approx Teal Blue. HEX triplet: 16, 50 and 5E. RGB value is (22,80,94). Sum of RGB (Red+Green+Blue) = 22+80+94=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #16505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16505E is #E9AFA1. Grayscale: #404040. Windows color (decimal): -15314850 or 6180886. OLE color: 6180886.

HSL color Cylindrical-coordinate representation of color #16505E: hue angle of 191.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16505E is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB228094-
CMYK0.770.1500.63
HSL191.67º62.07%22.75%-
HSV(B)191.67º76.6%36.86%-
XYZ5.226.7211.61-
YUV64.25144.7897.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.22%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=11.22%
G=40.82%
B=47.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2280940.770.1500.63191.6762.0722.75
Hex16505E4DF03Fc03e17
Octal26120136115170773007627
Binary10110101000010111101001101111101111111100000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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