#165B48

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

Shades of Evening Sea #165B48

Tints of Evening Sea #165B48

Color information

#165B48 (or 0x165B48) is unknown color: approx Evening Sea. HEX triplet: 16, 5B and 48. RGB value is (22,91,72). Sum of RGB (Red+Green+Blue) = 22+91+72=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #165B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B48 is #E9A4B7. Grayscale: #444444. Windows color (decimal): -15312056 or 4741910. OLE color: 4741910.

HSL color Cylindrical-coordinate representation of color #165B48: hue angle of 163.48º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B48 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB229172-
CMYK0.7600.210.64
HSL163.48º61.06%22.16%-
HSV(B)163.48º75.82%35.69%-
XYZ5.248.127.42-
YUV68.2130.1495.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 91 (35.94% from 255) = 49.19%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=11.89%
G=49.19%
B=38.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291720.7600.210.64163.4861.0622.16
Hex165B484C01540a33d16
Octal261331101140251002437526
Binary1011010110111001000100110001010110000001010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165B48; }

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

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

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

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

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

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

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

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