#165649

Color #165649 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #165649

Tints of Evening Sea #165649

Color information

#165649 (or 0x165649) is unknown color: approx Evening Sea. HEX triplet: 16, 56 and 49. RGB value is (22,86,73). Sum of RGB (Red+Green+Blue) = 22+86+73=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #165649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165649 is #E9A9B6. Grayscale: #414141. Windows color (decimal): -15313335 or 4806166. OLE color: 4806166.

HSL color Cylindrical-coordinate representation of color #165649: hue angle of 167.81º 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 #165649 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB228673-
CMYK0.7400.150.66
HSL167.81º59.26%21.18%-
HSV(B)167.81º74.42%33.73%-
XYZ4.867.317.46-
YUV65.38132.397.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=12.15%
G=47.51%
B=40.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2286730.7400.150.66167.8159.2621.18
Hex1656494A0F42a83b15
Octal261261111120171022507325
Binary101101010110100100110010100111110000101010100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165649; }

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

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

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

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

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

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

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

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