#116666

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

Shades of Blue Stone #116666

Tints of Blue Stone #116666

Color information

#116666 (or 0x116666) is unknown color: approx Blue Stone. HEX triplet: 11, 66 and 66. RGB value is (17,102,102). Sum of RGB (Red+Green+Blue) = 17+102+102=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #116666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116666 is #EE9999. Grayscale: #4C4C4C. Windows color (decimal): -15636890 or 6710801. OLE color: 6710801.

HSL color Cylindrical-coordinate representation of color #116666: hue angle of 180º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116666 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB17102102-
CMYK0.83000.6
HSL180º71.43%23.33%-
HSV(B)180º83.33%40%-
XYZ7.3810.5814.22-
YUV76.58142.3485.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=7.69%
G=46.15%
B=46.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal171021020.83000.618071.4323.33
Hex11666653003Cb44717
Octal21146146123007426410727
Binary100011100110110011010100110011110010110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116666; }

 p { color: rgb(17,102,102); }

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

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

 a { background-color: rgb(17,102,102); }

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

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

 span { border-color: rgb(17,102,102); }

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