#16515F

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

Shades of Teal Blue #16515F

Tints of Teal Blue #16515F

Color information

#16515F (or 0x16515F) is unknown color: approx Teal Blue. HEX triplet: 16, 51 and 5F. RGB value is (22,81,95). Sum of RGB (Red+Green+Blue) = 22+81+95=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #16515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16515F is #E9AEA0. Grayscale: #404040. Windows color (decimal): -15314593 or 6246678. OLE color: 6246678.

HSL color Cylindrical-coordinate representation of color #16515F: hue angle of 191.51º 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 #16515F is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB228195-
CMYK0.770.1500.63
HSL191.51º62.39%22.94%-
HSV(B)191.51º76.84%37.25%-
XYZ5.346.8811.87-
YUV64.96144.9597.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=11.11%
G=40.91%
B=47.98%

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
Decimal2281950.770.1500.63191.5162.3922.94
Hex16515F4DF03Fc03e17
Octal26121137115170773007627
Binary10110101000110111111001101111101111111100000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,81,95); }

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

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

 a { background-color: rgb(22,81,95); }

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

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

 span { border-color: rgb(22,81,95); }

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