#115E51

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

Shades of Blue Stone #115E51

Tints of Blue Stone #115E51

Color information

#115E51 (or 0x115E51) is unknown color: approx Blue Stone. HEX triplet: 11, 5E and 51. RGB value is (17,94,81). Sum of RGB (Red+Green+Blue) = 17+94+81=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #115E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E51 is #EEA1AE. Grayscale: #454545. Windows color (decimal): -15638959 or 5332497. OLE color: 5332497.

HSL color Cylindrical-coordinate representation of color #115E51: hue angle of 169.87º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115E51 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB179481-
CMYK0.8200.140.63
HSL169.87º69.37%21.76%-
HSV(B)169.87º81.91%36.86%-
XYZ5.728.729.17-
YUV69.49134.4990.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 94 (37.11% from 255) = 48.96%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=8.85%
G=48.96%
B=42.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1794810.8200.140.63169.8769.3721.76
Hex115E51520E3Faa4516
Octal211361211220167725210526
Binary100011011110101000110100100111011111110101010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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