#116A5E

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

Shades of Blue Stone #116A5E

Tints of Blue Stone #116A5E

Color information

#116A5E (or 0x116A5E) is unknown color: approx Blue Stone. HEX triplet: 11, 6A and 5E. RGB value is (17,106,94). Sum of RGB (Red+Green+Blue) = 17+106+94=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #116A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A5E is #EE95A1. Grayscale: #4D4D4D. Windows color (decimal): -15635874 or 6187537. OLE color: 6187537.

HSL color Cylindrical-coordinate representation of color #116A5E: hue angle of 171.91º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A5E is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1710694-
CMYK0.8400.110.58
HSL171.91º72.36%24.12%-
HSV(B)171.91º83.96%41.57%-
XYZ7.4111.2412.37-
YUV78.02137.0184.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=7.83%
G=48.85%
B=43.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17106940.8400.110.58171.9172.3624.12
Hex116A5E540B3Aac4818
Octal211521361240137225411030
Binary100011101010101111010101000101111101010101100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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