#16594A

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

Shades of Evening Sea #16594A

Tints of Evening Sea #16594A

Color information

#16594A (or 0x16594A) is unknown color: approx Evening Sea. HEX triplet: 16, 59 and 4A. RGB value is (22,89,74). Sum of RGB (Red+Green+Blue) = 22+89+74=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #16594A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16594A is #E9A6B5. Grayscale: #434343. Windows color (decimal): -15312566 or 4872470. OLE color: 4872470.

HSL color Cylindrical-coordinate representation of color #16594A: hue angle of 166.57º 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 #16594A is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB228974-
CMYK0.7500.170.65
HSL166.57º60.36%21.76%-
HSV(B)166.57º75.28%34.9%-
XYZ5.147.817.72-
YUV67.26131.895.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 74 (29.30% from 255) = 40%
R=11.89%
G=48.11%
B=40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289740.7500.170.65166.5760.3621.76
Hex16594A4B01141a73c16
Octal261311121130211012477426
Binary1011010110011001010100101101000110000011010011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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