#16685C

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

Shades of Blue Stone #16685C

Tints of Blue Stone #16685C

Color information

#16685C (or 0x16685C) is unknown color: approx Blue Stone. HEX triplet: 16, 68 and 5C. RGB value is (22,104,92). Sum of RGB (Red+Green+Blue) = 22+104+92=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #16685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16685C is #E997A3. Grayscale: #4E4E4E. Windows color (decimal): -15308708 or 6055958. OLE color: 6055958.

HSL color Cylindrical-coordinate representation of color #16685C: hue angle of 171.22º 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 #16685C is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB2210492-
CMYK0.7900.120.59
HSL171.22º65.08%24.71%-
HSV(B)171.22º78.85%40.78%-
XYZ7.2110.8411.84-
YUV78.11135.8387.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=10.09%
G=47.71%
B=42.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22104920.7900.120.59171.2265.0824.71
Hex16685C4F0C3Bab4119
Octal261501341170147325310131
Binary101101101000101110010011110110011101110101011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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