#165D4E

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

Shades of Evening Sea #165D4E

Tints of Evening Sea #165D4E

Color information

#165D4E (or 0x165D4E) is unknown color: approx Evening Sea. HEX triplet: 16, 5D and 4E. RGB value is (22,93,78). Sum of RGB (Red+Green+Blue) = 22+93+78=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #165D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D4E is #E9A2B1. Grayscale: #464646. Windows color (decimal): -15311538 or 5135638. OLE color: 5135638.

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

Color convert

RGB229378-
CMYK0.7600.160.64
HSL167.32º61.74%22.55%-
HSV(B)167.32º76.34%36.47%-
XYZ5.628.558.56-
YUV70.06132.4893.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 93 (36.72% from 255) = 48.19%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=11.40%
G=48.19%
B=40.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2293780.7600.160.64167.3261.7422.55
Hex165D4E4C01040a73e17
Octal261351161140201002477627
Binary1011010111011001110100110001000010000001010011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,93,78); }

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

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

 a { background-color: rgb(22,93,78); }

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

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

 span { border-color: rgb(22,93,78); }

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