#116D65

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

Shades of Blue Stone #116D65

Tints of Blue Stone #116D65

Color information

#116D65 (or 0x116D65) is unknown color: approx Blue Stone. HEX triplet: 11, 6D and 65. RGB value is (17,109,101). Sum of RGB (Red+Green+Blue) = 17+109+101=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #116D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D65 is #EE929A. Grayscale: #505050. Windows color (decimal): -15635099 or 6647057. OLE color: 6647057.

HSL color Cylindrical-coordinate representation of color #116D65: hue angle of 174.78º 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 #116D65 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB17109101-
CMYK0.8400.070.57
HSL174.78º73.02%24.71%-
HSV(B)174.78º84.4%42.75%-
XYZ8.051214.2-
YUV80.58139.5282.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 109 (42.97% from 255) = 48.02%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=7.49%
G=48.02%
B=44.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal171091010.8400.070.57174.7873.0224.71
Hex116D65540739af4919
Octal21155145124077125711131
Binary10001110110111001011010100011111100110101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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