#116A5A

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

Shades of Blue Stone #116A5A

Tints of Blue Stone #116A5A

Color information

#116A5A (or 0x116A5A) is unknown color: approx Blue Stone. HEX triplet: 11, 6A and 5A. RGB value is (17,106,90). Sum of RGB (Red+Green+Blue) = 17+106+90=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 106 (41.80% from 255 or 49.77% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 106 - color contains mainly: green. Hex color #116A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A5A is #EE95A5. Grayscale: #4D4D4D. Windows color (decimal): -15635878 or 5925393. OLE color: 5925393.

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

Color convert

RGB1710690-
CMYK0.8400.150.58
HSL169.21º72.36%24.12%-
HSV(B)169.21º83.96%41.57%-
XYZ7.2311.1711.45-
YUV77.56135.0184.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 106 (41.80% from 255) = 49.77%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=7.98%
G=49.77%
B=42.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17106900.8400.150.58169.2172.3624.12
Hex116A5A540F3Aa94818
Octal211521321240177225111030
Binary100011101010101101010101000111111101010101001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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