#16564A

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

Shades of Evening Sea #16564A

Tints of Evening Sea #16564A

Color information

#16564A (or 0x16564A) is unknown color: approx Evening Sea. HEX triplet: 16, 56 and 4A. RGB value is (22,86,74). Sum of RGB (Red+Green+Blue) = 22+86+74=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #16564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16564A is #E9A9B5. Grayscale: #414141. Windows color (decimal): -15313334 or 4871702. OLE color: 4871702.

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

Color convert

RGB228674-
CMYK0.7400.140.66
HSL168.75º59.26%21.18%-
HSV(B)168.75º74.42%33.73%-
XYZ4.897.327.63-
YUV65.5132.896.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=12.09%
G=47.25%
B=40.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2286740.7400.140.66168.7559.2621.18
Hex16564A4A0E42a93b15
Octal261261121120161022517325
Binary101101010110100101010010100111010000101010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16564A; }

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

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

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

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

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

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

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

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