Html Css Color HEX #116B5C Blue Stone

📋 copy color: '#116B5C'

red 17 ◦ green 107 ◦ blue 92

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

Shades of Blue Stone #116B5C

Tints of Blue Stone #116B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 49.54%

 BLUE value IS 92 (36.33% from 255) = 42.59%

R = 7.87%
G = 49.54%
B = 42.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#116B5C (or 0x116B5C) is known color: Blue Stone. HEX triplet: 11, 6B and 5C. RGB value is (17,107,92). Sum of RGB (Red+Green+Blue) = 17+107+92=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #116B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B5C is #EE94A3. Grayscale: #4E4E4E. Windows color (decimal): -15635620 or 6056721. OLE color: 6056721.

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

Color convert

RGB 17 107 92 -
CMYK 0.84 0 0.14 0.58
HSL 170º 0.73% 0.24% -
HSV(B) 170º 0.84% 0.42% -
XYZ 7.42 11.41 11.94 -
YUV 78.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 17 107 92 0.84 0 0.14 0.58 170 0.73 0.24
Hex 11 6B 5C 54 0 E 3A AA 49 18
Octal 21 153 134 124 0 16 72 252 111 30
Binary 10001 1101011 1011100 1010100 0 1110 111010 10101010 1001001 11000

Color Harmonies of #116B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B5C

Black with #116B5C

Text Example


Text Example

White with #116B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,107,92); }

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

background-color css

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

 a { background-color: rgb(17,107,92); }

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

border-color css

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

 span { border-color: rgb(17,107,92); }

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