#16604B

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

Shades of Evening Sea #16604B

Tints of Evening Sea #16604B

Color information

#16604B (or 0x16604B) is unknown color: approx Evening Sea. HEX triplet: 16, 60 and 4B. RGB value is (22,96,75). Sum of RGB (Red+Green+Blue) = 22+96+75=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #16604B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16604B is #E99FB4. Grayscale: #474747. Windows color (decimal): -15310773 or 4939798. OLE color: 4939798.

HSL color Cylindrical-coordinate representation of color #16604B: hue angle of 162.97º 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 #16604B is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB229675-
CMYK0.7700.220.62
HSL162.97º62.71%23.14%-
HSV(B)162.97º77.08%37.65%-
XYZ5.789.048.1-
YUV71.48129.9892.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=11.40%
G=49.74%
B=38.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296750.7700.220.62162.9762.7123.14
Hex16604B4D0163Ea33f17
Octal26140113115026762437727
Binary101101100000100101110011010101101111101010001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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