Html Css Color HEX #116C64 Blue Stone

📋 copy color: '#116C64'

red 17 ◦ green 108 ◦ blue 100

#116C64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #116C64

Tints of Blue Stone #116C64

RGB

 RED value IS 17 (7.03% from 255) = 7.56%

 GREEN value IS 108 (42.58% from 255) = 48%

 BLUE value IS 100 (39.45% from 255) = 44.44%

R = 7.56%
G = 48%
B = 44.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#116C64 (or 0x116C64) is known color: Blue Stone. HEX triplet: 11, 6C and 64. RGB value is (17,108,100). Sum of RGB (Red+Green+Blue) = 17+108+100=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #116C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C64 is #EE939B. Grayscale: #4F4F4F. Windows color (decimal): -15635356 or 6581265. OLE color: 6581265.

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

Color convert

RGB 17 108 100 -
CMYK 0.84 0 0.07 0.58
HSL 174.73º 0.73% 0.25% -
HSV(B) 174.73º 0.84% 0.42% -
XYZ 7.89 11.76 13.91 -
YUV 79.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 17 108 100 0.84 0 0.07 0.58 174.73 0.73 0.25
Hex 11 6C 64 54 0 7 3A AF 49 19
Octal 21 154 144 124 0 7 72 257 111 31
Binary 10001 1101100 1100100 1010100 0 111 111010 10101111 1001001 11001

Color Harmonies of #116C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C64

Black with #116C64

Text Example


Text Example

White with #116C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,108,100); }

 H1.HeaderClassName
 {
   color: #116C64;
 }
 .AnyTagClassName
 {
   color: #116C64;
 }
</style>

background-color css

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

 a { background-color: rgb(17,108,100); }

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

border-color css

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

 span { border-color: rgb(17,108,100); }

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