#16686C

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

Shades of Blue Stone #16686C

Tints of Blue Stone #16686C

Color information

#16686C (or 0x16686C) is unknown color: approx Blue Stone. HEX triplet: 16, 68 and 6C. RGB value is (22,104,108). Sum of RGB (Red+Green+Blue) = 22+104+108=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #16686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16686C is #E99793. Grayscale: #4F4F4F. Windows color (decimal): -15308692 or 7104534. OLE color: 7104534.

HSL color Cylindrical-coordinate representation of color #16686C: hue angle of 182.79º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16686C is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB22104108-
CMYK0.800.0400.58
HSL182.79º66.15%25.49%-
HSV(B)182.79º79.63%42.35%-
XYZ7.9911.1515.92-
YUV79.94143.8386.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=9.40%
G=44.44%
B=46.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal221041080.800.0400.58182.7966.1525.49
Hex16686C50403Ab74219
Octal26150154120407226710231
Binary10110110100011011001010000100011101010110111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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