#116D61

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

Shades of Blue Stone #116D61

Tints of Blue Stone #116D61

Color information

#116D61 (or 0x116D61) is unknown color: approx Blue Stone. HEX triplet: 11, 6D and 61. RGB value is (17,109,97). Sum of RGB (Red+Green+Blue) = 17+109+97=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #116D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D61 is #EE929E. Grayscale: #505050. Windows color (decimal): -15635103 or 6384913. OLE color: 6384913.

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

Color convert

RGB1710997-
CMYK0.8400.110.57
HSL172.17º73.02%24.71%-
HSV(B)172.17º84.4%42.75%-
XYZ7.8611.9213.2-
YUV80.12137.5282.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 109 (42.97% from 255) = 48.88%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=7.62%
G=48.88%
B=43.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109970.8400.110.57172.1773.0224.71
Hex116D61540B39ac4919
Octal211551411240137125411131
Binary100011101101110000110101000101111100110101100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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