#116E64

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

Shades of Blue Stone #116E64

Tints of Blue Stone #116E64

Color information

#116E64 (or 0x116E64) is unknown color: approx Blue Stone. HEX triplet: 11, 6E and 64. RGB value is (17,110,100). Sum of RGB (Red+Green+Blue) = 17+110+100=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #116E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E64 is #EE919B. Grayscale: #505050. Windows color (decimal): -15634844 or 6581777. OLE color: 6581777.

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

Color convert

RGB17110100-
CMYK0.8500.090.57
HSL173.55º73.23%24.9%-
HSV(B)173.55º84.55%43.14%-
XYZ8.1112.1913.98-
YUV81.05138.6982.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 110 (43.36% from 255) = 48.46%
BLUE value IS 100 (39.45% from 255) = 44.05%
R=7.49%
G=48.46%
B=44.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal171101000.8500.090.57173.5573.2324.9
Hex116E64550939ae4919
Octal211561441250117125611131
Binary100011101110110010010101010100111100110101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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