#117168

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

Shades of Blue Stone #117168

Tints of Blue Stone #117168

Color information

#117168 (or 0x117168) is unknown color: approx Blue Stone. HEX triplet: 11, 71 and 68. RGB value is (17,113,104). Sum of RGB (Red+Green+Blue) = 17+113+104=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #117168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117168 is #EE8E97. Grayscale: #535353. Windows color (decimal): -15634072 or 6844689. OLE color: 6844689.

HSL color Cylindrical-coordinate representation of color #117168: hue angle of 174.38º degrees, saturation: 0.74, 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 #117168 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB17113104-
CMYK0.8500.080.56
HSL174.38º73.85%25.49%-
HSV(B)174.38º84.96%44.31%-
XYZ8.6312.9315.14-
YUV83.27139.780.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=7.26%
G=48.29%
B=44.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171131040.8500.080.56174.3873.8525.49
Hex117168550838ae4a19
Octal211611501250107025611231
Binary100011110001110100010101010100011100010101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117168; }

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

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

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

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

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

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

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

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