#116E71

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

Shades of Blue Stone #116E71

Tints of Blue Stone #116E71

Color information

#116E71 (or 0x116E71) is unknown color: approx Blue Stone. HEX triplet: 11, 6E and 71. RGB value is (17,110,113). Sum of RGB (Red+Green+Blue) = 17+110+113=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #116E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E71 is #EE918E. Grayscale: #525252. Windows color (decimal): -15634831 or 7433745. OLE color: 7433745.

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

Color convert

RGB17110113-
CMYK0.850.0300.56
HSL181.88º73.85%25.49%-
HSV(B)181.88º84.96%44.31%-
XYZ8.7912.4617.57-
YUV82.54145.1981.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.08%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=7.08%
G=45.83%
B=47.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171101130.850.0300.56181.8873.8525.49
Hex116E71553038b64a19
Octal21156161125307026611231
Binary1000111011101110001101010111011100010110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116E71; }

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

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

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

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

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

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

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

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