#115E65

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

Shades of Blue Stone #115E65

Tints of Blue Stone #115E65

Color information

#115E65 (or 0x115E65) is unknown color: approx Blue Stone. HEX triplet: 11, 5E and 65. RGB value is (17,94,101). Sum of RGB (Red+Green+Blue) = 17+94+101=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #115E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E65 is #EEA19A. Grayscale: #474747. Windows color (decimal): -15638939 or 6643217. OLE color: 6643217.

HSL color Cylindrical-coordinate representation of color #115E65: hue angle of 185º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115E65 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1794101-
CMYK0.830.0700.60
HSL185º71.19%23.14%-
HSV(B)185º83.17%39.61%-
XYZ6.589.0613.71-
YUV71.77144.4988.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 94 (37.11% from 255) = 44.34%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=8.02%
G=44.34%
B=47.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17941010.830.0700.6018571.1923.14
Hex115E6553703Cb94717
Octal21136145123707427110727
Binary10001101111011001011010011111011110010111001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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