#115B60

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

Shades of Blue Stone #115B60

Tints of Blue Stone #115B60

Color information

#115B60 (or 0x115B60) is unknown color: approx Blue Stone. HEX triplet: 11, 5B and 60. RGB value is (17,91,96). Sum of RGB (Red+Green+Blue) = 17+91+96=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #115B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B60 is #EEA49F. Grayscale: #454545. Windows color (decimal): -15639712 or 6314769. OLE color: 6314769.

HSL color Cylindrical-coordinate representation of color #115B60: hue angle of 183.8º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115B60 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB179196-
CMYK0.820.0500.62
HSL183.8º69.91%22.16%-
HSV(B)183.8º82.29%37.65%-
XYZ6.088.4512.38-
YUV69.44142.9890.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 91 (35.94% from 255) = 44.61%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=8.33%
G=44.61%
B=47.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1791960.820.0500.62183.869.9122.16
Hex115B6052503Eb84616
Octal21133140122507627010626
Binary10001101101111000001010010101011111010111000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115B60; }

 p { color: rgb(17,91,96); }

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

<style>
 a { background-color: #115B60; }

 a { background-color: rgb(17,91,96); }

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

<style>
 span { border-color: #115B60; }

 span { border-color: rgb(17,91,96); }

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