#165648

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

Shades of Evening Sea #165648

Tints of Evening Sea #165648

Color information

#165648 (or 0x165648) is unknown color: approx Evening Sea. HEX triplet: 16, 56 and 48. RGB value is (22,86,72). Sum of RGB (Red+Green+Blue) = 22+86+72=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #165648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165648 is #E9A9B7. Grayscale: #414141. Windows color (decimal): -15313336 or 4740630. OLE color: 4740630.

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

Color convert

RGB228672-
CMYK0.7400.160.66
HSL166.88º59.26%21.18%-
HSV(B)166.88º74.42%33.73%-
XYZ4.837.297.28-
YUV65.27131.897.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 86 (33.98% from 255) = 47.78%
BLUE value IS 72 (28.52% from 255) = 40%
R=12.22%
G=47.78%
B=40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2286720.7400.160.66166.8859.2621.18
Hex1656484A01042a73b15
Octal261261101120201022477325
Binary1011010101101001000100101001000010000101010011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165648; }

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

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

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

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

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

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

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

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