#11706E

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

Shades of Blue Stone #11706E

Tints of Blue Stone #11706E

Color information

#11706E (or 0x11706E) is unknown color: approx Blue Stone. HEX triplet: 11, 70 and 6E. RGB value is (17,112,110). Sum of RGB (Red+Green+Blue) = 17+112+110=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #11706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11706E is #EE8F91. Grayscale: #535353. Windows color (decimal): -15634322 or 7237649. OLE color: 7237649.

HSL color Cylindrical-coordinate representation of color #11706E: hue angle of 178.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11706E is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB17112110-
CMYK0.8500.020.56
HSL178.74º73.64%25.29%-
HSV(B)178.74º84.82%43.92%-
XYZ8.8412.8316.76-
YUV83.37143.0380.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 112 (44.14% from 255) = 46.86%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=7.11%
G=46.86%
B=46.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171121100.8500.020.56178.7473.6425.29
Hex11706E550238b34a19
Octal21160156125027026311231
Binary1000111100001101110101010101011100010110011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11706E; }

 p { color: rgb(17,112,110); }

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

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

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

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

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

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

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