#11706C

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

Shades of Blue Stone #11706C

Tints of Blue Stone #11706C

Color information

#11706C (or 0x11706C) is unknown color: approx Blue Stone. HEX triplet: 11, 70 and 6C. RGB value is (17,112,108). Sum of RGB (Red+Green+Blue) = 17+112+108=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #11706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11706C is #EE8F93. Grayscale: #535353. Windows color (decimal): -15634324 or 7106577. OLE color: 7106577.

HSL color Cylindrical-coordinate representation of color #11706C: hue angle of 177.47º 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 #11706C is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB17112108-
CMYK0.8500.040.56
HSL177.47º73.64%25.29%-
HSV(B)177.47º84.82%43.92%-
XYZ8.7312.7916.2-
YUV83.14142.0380.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=7.17%
G=47.26%
B=45.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171121080.8500.040.56177.4773.6425.29
Hex11706C550438b14a19
Octal21160154125047026111231
Binary10001111000011011001010101010011100010110001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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