#16685E

Color #16685E Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #16685E

Tints of Blue Stone #16685E

Color information

#16685E (or 0x16685E) is unknown color: approx Blue Stone. HEX triplet: 16, 68 and 5E. RGB value is (22,104,94). Sum of RGB (Red+Green+Blue) = 22+104+94=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #16685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16685E is #E997A1. Grayscale: #4E4E4E. Windows color (decimal): -15308706 or 6187030. OLE color: 6187030.

HSL color Cylindrical-coordinate representation of color #16685E: hue angle of 172.68º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16685E is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB2210494-
CMYK0.7900.100.59
HSL172.68º65.08%24.71%-
HSV(B)172.68º78.85%40.78%-
XYZ7.310.8812.3-
YUV78.34136.8387.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=10%
G=47.27%
B=42.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22104940.7900.100.59172.6865.0824.71
Hex16685E4F0A3Bad4119
Octal261501361170127325510131
Binary101101101000101111010011110101011101110101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16685E; }

 p { color: rgb(22,104,94); }

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

<style>
 a { background-color: #16685E; }

 a { background-color: rgb(22,104,94); }

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

<style>
 span { border-color: #16685E; }

 span { border-color: rgb(22,104,94); }

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