#116F68

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

Shades of Blue Stone #116F68

Tints of Blue Stone #116F68

Color information

#116F68 (or 0x116F68) is unknown color: approx Blue Stone. HEX triplet: 11, 6F and 68. RGB value is (17,111,104). Sum of RGB (Red+Green+Blue) = 17+111+104=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #116F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F68 is #EE9097. Grayscale: #525252. Windows color (decimal): -15634584 or 6844177. OLE color: 6844177.

HSL color Cylindrical-coordinate representation of color #116F68: hue angle of 175.53º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F68 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB17111104-
CMYK0.8500.060.56
HSL175.53º73.44%25.1%-
HSV(B)175.53º84.68%43.53%-
XYZ8.4112.4915.06-
YUV82.1140.3681.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 111 (43.75% from 255) = 47.84%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=7.33%
G=47.84%
B=44.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171111040.8500.060.56175.5373.4425.1
Hex116F68550638b04919
Octal21157150125067026011131
Binary10001110111111010001010101011011100010110000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,111,104); }

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

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

 a { background-color: rgb(17,111,104); }

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

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

 span { border-color: rgb(17,111,104); }

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