#115A61

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

Shades of Blue Stone #115A61

Tints of Blue Stone #115A61

Color information

#115A61 (or 0x115A61) is unknown color: approx Blue Stone. HEX triplet: 11, 5A and 61. RGB value is (17,90,97). Sum of RGB (Red+Green+Blue) = 17+90+97=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #115A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A61 is #EEA59E. Grayscale: #444444. Windows color (decimal): -15639967 or 6380049. OLE color: 6380049.

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

Color convert

RGB179097-
CMYK0.820.0700.62
HSL185.25º70.18%22.35%-
HSV(B)185.25º82.47%38.04%-
XYZ6.048.2912.59-
YUV68.97143.8290.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=8.33%
G=44.12%
B=47.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1790970.820.0700.62185.2570.1822.35
Hex115A6152703Eb94616
Octal21132141122707627110626
Binary10001101101011000011010010111011111010111001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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