#16604C

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

Shades of Evening Sea #16604C

Tints of Evening Sea #16604C

Color information

#16604C (or 0x16604C) is unknown color: approx Evening Sea. HEX triplet: 16, 60 and 4C. RGB value is (22,96,76). Sum of RGB (Red+Green+Blue) = 22+96+76=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #16604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16604C is #E99FB3. Grayscale: #474747. Windows color (decimal): -15310772 or 5005334. OLE color: 5005334.

HSL color Cylindrical-coordinate representation of color #16604C: hue angle of 163.78º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16604C is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB229676-
CMYK0.7700.210.62
HSL163.78º62.71%23.14%-
HSV(B)163.78º77.08%37.65%-
XYZ5.829.068.28-
YUV71.59130.4892.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=11.34%
G=49.48%
B=39.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296760.7700.210.62163.7862.7123.14
Hex16604C4D0153Ea43f17
Octal26140114115025762447727
Binary101101100000100110010011010101011111101010010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16604C; }

 p { color: rgb(22,96,76); }

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

<style>
 a { background-color: #16604C; }

 a { background-color: rgb(22,96,76); }

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

<style>
 span { border-color: #16604C; }

 span { border-color: rgb(22,96,76); }

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