#165056

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

Shades of Teal Blue #165056

Tints of Teal Blue #165056

Color information

#165056 (or 0x165056) is unknown color: approx Teal Blue. HEX triplet: 16, 50 and 56. RGB value is (22,80,86). Sum of RGB (Red+Green+Blue) = 22+80+86=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #165056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165056 is #E9AFA9. Grayscale: #3F3F3F. Windows color (decimal): -15314858 or 5656598. OLE color: 5656598.

HSL color Cylindrical-coordinate representation of color #165056: hue angle of 185.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165056 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB228086-
CMYK0.740.0700.66
HSL185.62º59.26%21.18%-
HSV(B)185.62º74.42%33.73%-
XYZ4.886.589.82-
YUV63.34140.7898.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=11.70%
G=42.55%
B=45.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2280860.740.0700.66185.6259.2621.18
Hex1650564A7042ba3b15
Octal26120126112701022727325
Binary10110101000010101101001010111010000101011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165056; }

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

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

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

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

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

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

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

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