#116D66

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

Shades of Blue Stone #116D66

Tints of Blue Stone #116D66

Color information

#116D66 (or 0x116D66) is unknown color: approx Blue Stone. HEX triplet: 11, 6D and 66. RGB value is (17,109,102). Sum of RGB (Red+Green+Blue) = 17+109+102=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #116D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D66 is #EE9299. Grayscale: #505050. Windows color (decimal): -15635098 or 6712593. OLE color: 6712593.

HSL color Cylindrical-coordinate representation of color #116D66: hue angle of 175.43º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D66 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB17109102-
CMYK0.8400.060.57
HSL175.43º73.02%24.71%-
HSV(B)175.43º84.4%42.75%-
XYZ8.112.0214.46-
YUV80.69140.0282.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 109 (42.97% from 255) = 47.81%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=7.46%
G=47.81%
B=44.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal171091020.8400.060.57175.4373.0224.71
Hex116D66540639af4919
Octal21155146124067125711131
Binary10001110110111001101010100011011100110101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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