#116D6F

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

Shades of Blue Stone #116D6F

Tints of Blue Stone #116D6F

Color information

#116D6F (or 0x116D6F) is unknown color: approx Blue Stone. HEX triplet: 11, 6D and 6F. RGB value is (17,109,111). Sum of RGB (Red+Green+Blue) = 17+109+111=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #116D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D6F is #EE9290. Grayscale: #515151. Windows color (decimal): -15635089 or 7302417. OLE color: 7302417.

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

Color convert

RGB17109111-
CMYK0.850.0200.56
HSL181.28º73.44%25.1%-
HSV(B)181.28º84.68%43.53%-
XYZ8.5712.216.94-
YUV81.72144.5281.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 109 (42.97% from 255) = 45.99%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=7.17%
G=45.99%
B=46.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171091110.850.0200.56181.2873.4425.1
Hex116D6F552038b54919
Octal21155157125207026511131
Binary1000111011011101111101010110011100010110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,109,111); }

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

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

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

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

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

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

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