#115E60

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

Shades of Blue Stone #115E60

Tints of Blue Stone #115E60

Color information

#115E60 (or 0x115E60) is unknown color: approx Blue Stone. HEX triplet: 11, 5E and 60. RGB value is (17,94,96). Sum of RGB (Red+Green+Blue) = 17+94+96=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #115E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E60 is #EEA19F. Grayscale: #474747. Windows color (decimal): -15638944 or 6315537. OLE color: 6315537.

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

Color convert

RGB179496-
CMYK0.820.0200.62
HSL181.52º69.91%22.16%-
HSV(B)181.52º82.29%37.65%-
XYZ6.358.9712.46-
YUV71.2141.9989.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 94 (37.11% from 255) = 45.41%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=8.21%
G=45.41%
B=46.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1794960.820.0200.62181.5269.9122.16
Hex115E6052203Eb64616
Octal21136140122207626610626
Binary1000110111101100000101001010011111010110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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