#165C4A

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

Shades of Evening Sea #165C4A

Tints of Evening Sea #165C4A

Color information

#165C4A (or 0x165C4A) is unknown color: approx Evening Sea. HEX triplet: 16, 5C and 4A. RGB value is (22,92,74). Sum of RGB (Red+Green+Blue) = 22+92+74=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #165C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165C4A is #E9A3B5. Grayscale: #454545. Windows color (decimal): -15311798 or 4873238. OLE color: 4873238.

HSL color Cylindrical-coordinate representation of color #165C4A: hue angle of 164.57º 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 #165C4A is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB229274-
CMYK0.7600.200.64
HSL164.57º61.4%22.35%-
HSV(B)164.57º76.09%36.08%-
XYZ5.398.327.8-
YUV69.02130.8194.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 92 (36.33% from 255) = 48.94%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=11.70%
G=48.94%
B=39.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2292740.7600.200.64164.5761.422.35
Hex165C4A4C01440a53d16
Octal261341121140241002457526
Binary1011010111001001010100110001010010000001010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,92,74); }

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

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

 a { background-color: rgb(22,92,74); }

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

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

 span { border-color: rgb(22,92,74); }

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