#10706D

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

Shades of Blue Stone #10706D

Tints of Blue Stone #10706D

Color information

#10706D (or 0x10706D) is unknown color: approx Blue Stone. HEX triplet: 10, 70 and 6D. RGB value is (16,112,109). Sum of RGB (Red+Green+Blue) = 16+112+109=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #10706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10706D is #EF8F92. Grayscale: #525252. Windows color (decimal): -15699859 or 7172112. OLE color: 7172112.

HSL color Cylindrical-coordinate representation of color #10706D: hue angle of 178.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10706D is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB16112109-
CMYK0.8600.030.56
HSL178.12º75%25.1%-
HSV(B)178.12º85.71%43.92%-
XYZ8.7712.816.48-
YUV82.95142.780.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=6.75%
G=47.26%
B=45.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal161121090.8600.030.56178.127525.1
Hex10706D560338b24b19
Octal20160155126037026211331
Binary1000011100001101101101011001111100010110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10706D; }

 p { color: rgb(16,112,109); }

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

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

 a { background-color: rgb(16,112,109); }

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

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

 span { border-color: rgb(16,112,109); }

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