#116A6B

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

Shades of Blue Stone #116A6B

Tints of Blue Stone #116A6B

Color information

#116A6B (or 0x116A6B) is unknown color: approx Blue Stone. HEX triplet: 11, 6A and 6B. RGB value is (17,106,107). Sum of RGB (Red+Green+Blue) = 17+106+107=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #116A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A6B is #EE9594. Grayscale: #4F4F4F. Windows color (decimal): -15635861 or 7039505. OLE color: 7039505.

HSL color Cylindrical-coordinate representation of color #116A6B: hue angle of 180.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A6B is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB17106107-
CMYK0.840.0100.58
HSL180.67º72.58%24.31%-
HSV(B)180.67º84.11%41.96%-
XYZ8.0411.4915.7-
YUV79.5143.5183.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 106 (41.80% from 255) = 46.09%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=7.39%
G=46.09%
B=46.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal171061070.840.0100.58180.6772.5824.31
Hex116A6B54103Ab54918
Octal21152153124107226511130
Binary100011101010110101110101001011101010110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,106,107); }

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

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

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

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

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

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

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