#116E5F

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

Shades of Blue Stone #116E5F

Tints of Blue Stone #116E5F

Color information

#116E5F (or 0x116E5F) is unknown color: approx Blue Stone. HEX triplet: 11, 6E and 5F. RGB value is (17,110,95). Sum of RGB (Red+Green+Blue) = 17+110+95=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #116E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E5F is #EE91A0. Grayscale: #505050. Windows color (decimal): -15634849 or 6254097. OLE color: 6254097.

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

Color convert

RGB1711095-
CMYK0.8500.140.57
HSL170.32º73.23%24.9%-
HSV(B)170.32º84.55%43.14%-
XYZ7.8712.112.75-
YUV80.48136.1982.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 110 (43.36% from 255) = 49.55%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=7.66%
G=49.55%
B=42.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110950.8500.140.57170.3273.2324.9
Hex116E5F550E39aa4919
Octal211561371250167125211131
Binary100011101110101111110101010111011100110101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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