#116D67

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

Shades of Blue Stone #116D67

Tints of Blue Stone #116D67

Color information

#116D67 (or 0x116D67) is unknown color: approx Blue Stone. HEX triplet: 11, 6D and 67. RGB value is (17,109,103). Sum of RGB (Red+Green+Blue) = 17+109+103=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #116D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D67 is #EE9298. Grayscale: #505050. Windows color (decimal): -15635097 or 6778129. OLE color: 6778129.

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

Color convert

RGB17109103-
CMYK0.8400.060.57
HSL176.09º73.02%24.71%-
HSV(B)176.09º84.4%42.75%-
XYZ8.1512.0414.73-
YUV80.81140.5282.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 109 (42.97% from 255) = 47.60%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=7.42%
G=47.60%
B=44.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal171091030.8400.060.57176.0973.0224.71
Hex116D67540639b04919
Octal21155147124067126011131
Binary10001110110111001111010100011011100110110000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,109,103); }

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

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

 a { background-color: rgb(17,109,103); }

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

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

 span { border-color: rgb(17,109,103); }

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