#115A60

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

Shades of Blue Stone #115A60

Tints of Blue Stone #115A60

Color information

#115A60 (or 0x115A60) is unknown color: approx Blue Stone. HEX triplet: 11, 5A and 60. RGB value is (17,90,96). Sum of RGB (Red+Green+Blue) = 17+90+96=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #115A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A60 is #EEA59F. Grayscale: #444444. Windows color (decimal): -15639968 or 6314513. OLE color: 6314513.

HSL color Cylindrical-coordinate representation of color #115A60: hue angle of 184.56º 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 #115A60 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB179096-
CMYK0.820.0600.62
HSL184.56º69.91%22.16%-
HSV(B)184.56º82.29%37.65%-
XYZ68.2812.35-
YUV68.86143.3291.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=8.37%
G=44.33%
B=47.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1790960.820.0600.62184.5669.9122.16
Hex115A6052603Eb94616
Octal21132140122607627110626
Binary10001101101011000001010010110011111010111001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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