#116E72

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

Shades of Blue Stone #116E72

Tints of Blue Stone #116E72

Color information

#116E72 (or 0x116E72) is unknown color: approx Blue Stone. HEX triplet: 11, 6E and 72. RGB value is (17,110,114). Sum of RGB (Red+Green+Blue) = 17+110+114=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #116E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E72 is #EE918D. Grayscale: #525252. Windows color (decimal): -15634830 or 7499281. OLE color: 7499281.

HSL color Cylindrical-coordinate representation of color #116E72: hue angle of 182.47º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E72 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB17110114-
CMYK0.850.0400.55
HSL182.47º74.05%25.69%-
HSV(B)182.47º85.09%44.71%-
XYZ8.8412.4917.86-
YUV82.65145.6981.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=7.05%
G=45.64%
B=47.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171101140.850.0400.55182.4774.0525.69
Hex116E72554037b64a1a
Octal21156162125406726611232
Binary10001110111011100101010101100011011110110110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116E72; }

 p { color: rgb(17,110,114); }

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

<style>
 a { background-color: #116E72; }

 a { background-color: rgb(17,110,114); }

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

<style>
 span { border-color: #116E72; }

 span { border-color: rgb(17,110,114); }

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