#106E61

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

Shades of Blue Stone #106E61

Tints of Blue Stone #106E61

Color information

#106E61 (or 0x106E61) is unknown color: approx Blue Stone. HEX triplet: 10, 6E and 61. RGB value is (16,110,97). Sum of RGB (Red+Green+Blue) = 16+110+97=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #106E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E61 is #EF919E. Grayscale: #505050. Windows color (decimal): -15700383 or 6385168. OLE color: 6385168.

HSL color Cylindrical-coordinate representation of color #106E61: hue angle of 171.7º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106E61 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB1611097-
CMYK0.8500.120.57
HSL171.7º74.6%24.71%-
HSV(B)171.7º85.45%43.14%-
XYZ7.9512.1313.23-
YUV80.41137.3682.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.17%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=7.17%
G=49.33%
B=43.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16110970.8500.120.57171.774.624.71
Hex106E61550C39ac4b19
Octal201561411250147125411331
Binary100001101110110000110101010110011100110101100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106E61; }

 p { color: rgb(16,110,97); }

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

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

 a { background-color: rgb(16,110,97); }

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

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

 span { border-color: rgb(16,110,97); }

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