#165846

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

Shades of Evening Sea #165846

Tints of Evening Sea #165846

Color information

#165846 (or 0x165846) is unknown color: approx Evening Sea. HEX triplet: 16, 58 and 46. RGB value is (22,88,70). Sum of RGB (Red+Green+Blue) = 22+88+70=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #165846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165846 is #E9A7B9. Grayscale: #424242. Windows color (decimal): -15312826 or 4610070. OLE color: 4610070.

HSL color Cylindrical-coordinate representation of color #165846: hue angle of 163.64º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165846 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB228870-
CMYK0.7500.200.65
HSL163.64º60%21.57%-
HSV(B)163.64º75%34.51%-
XYZ4.937.597-
YUV66.21130.1396.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=12.22%
G=48.89%
B=38.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2288700.7500.200.65163.646021.57
Hex1658464B01441a43c16
Octal261301061130241012447426
Binary1011010110001000110100101101010010000011010010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165846; }

 p { color: rgb(22,88,70); }

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

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

 a { background-color: rgb(22,88,70); }

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

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

 span { border-color: rgb(22,88,70); }

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