#16685A

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

Shades of Blue Stone #16685A

Tints of Blue Stone #16685A

Color information

#16685A (or 0x16685A) is unknown color: approx Blue Stone. HEX triplet: 16, 68 and 5A. RGB value is (22,104,90). Sum of RGB (Red+Green+Blue) = 22+104+90=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #16685A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16685A is #E997A5. Grayscale: #4D4D4D. Windows color (decimal): -15308710 or 5924886. OLE color: 5924886.

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

Color convert

RGB2210490-
CMYK0.7900.130.59
HSL169.76º65.08%24.71%-
HSV(B)169.76º78.85%40.78%-
XYZ7.1310.8111.38-
YUV77.89134.8388.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=10.19%
G=48.15%
B=41.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22104900.7900.130.59169.7665.0824.71
Hex16685A4F0D3Baa4119
Octal261501321170157325210131
Binary101101101000101101010011110110111101110101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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