#16676F

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

Shades of Blue Stone #16676F

Tints of Blue Stone #16676F

Color information

#16676F (or 0x16676F) is unknown color: approx Blue Stone. HEX triplet: 16, 67 and 6F. RGB value is (22,103,111). Sum of RGB (Red+Green+Blue) = 22+103+111=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #16676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16676F is #E99890. Grayscale: #4F4F4F. Windows color (decimal): -15308945 or 7300886. OLE color: 7300886.

HSL color Cylindrical-coordinate representation of color #16676F: hue angle of 185.39º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16676F is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB22103111-
CMYK0.800.0700.56
HSL185.39º66.92%26.08%-
HSV(B)185.39º80.18%43.53%-
XYZ8.0511.0216.74-
YUV79.69145.6686.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.32%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 111 (43.75% from 255) = 47.03%
R=9.32%
G=43.64%
B=47.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal221031110.800.0700.56185.3966.9226.08
Hex16676F507038b9431a
Octal26147157120707027110332
Binary10110110011111011111010000111011100010111001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16676F; }

 p { color: rgb(22,103,111); }

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

<style>
 a { background-color: #16676F; }

 a { background-color: rgb(22,103,111); }

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

<style>
 span { border-color: #16676F; }

 span { border-color: rgb(22,103,111); }

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