#116E66

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

Shades of Blue Stone #116E66

Tints of Blue Stone #116E66

Color information

#116E66 (or 0x116E66) is unknown color: approx Blue Stone. HEX triplet: 11, 6E and 66. RGB value is (17,110,102). Sum of RGB (Red+Green+Blue) = 17+110+102=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #116E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E66 is #EE9199. Grayscale: #515151. Windows color (decimal): -15634842 or 6712849. OLE color: 6712849.

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

Color convert

RGB17110102-
CMYK0.8500.070.57
HSL174.84º73.23%24.9%-
HSV(B)174.84º84.55%43.14%-
XYZ8.2112.2314.5-
YUV81.28139.6982.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=7.42%
G=48.03%
B=44.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal171101020.8500.070.57174.8473.2324.9
Hex116E66550739af4919
Octal21156146125077125711131
Binary10001110111011001101010101011111100110101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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