#116E5E

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

Shades of Blue Stone #116E5E

Tints of Blue Stone #116E5E

Color information

#116E5E (or 0x116E5E) is unknown color: approx Blue Stone. HEX triplet: 11, 6E and 5E. RGB value is (17,110,94). Sum of RGB (Red+Green+Blue) = 17+110+94=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #116E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E5E is #EE91A1. Grayscale: #505050. Windows color (decimal): -15634850 or 6188561. OLE color: 6188561.

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

Color convert

RGB1711094-
CMYK0.8500.150.57
HSL169.68º73.23%24.9%-
HSV(B)169.68º84.55%43.14%-
XYZ7.8312.0812.51-
YUV80.37135.6982.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=7.69%
G=49.77%
B=42.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110940.8500.150.57169.6873.2324.9
Hex116E5E550F39aa4919
Octal211561361250177125211131
Binary100011101110101111010101010111111100110101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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