Html Css Color HEX #11716C Blue Stone

📋 copy color: '#11716C'

red 17 ◦ green 113 ◦ blue 108

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

Shades of Blue Stone #11716C

Tints of Blue Stone #11716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.48%

 BLUE value IS 108 (42.58% from 255) = 45.38%

R = 7.14%
G = 47.48%
B = 45.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#11716C (or 0x11716C) is known color: Blue Stone. HEX triplet: 11, 71 and 6C. RGB value is (17,113,108). Sum of RGB (Red+Green+Blue) = 17+113+108=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #11716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11716C is #EE8E93. Grayscale: #535353. Windows color (decimal): -15634068 or 7106833. OLE color: 7106833.

HSL color Cylindrical-coordinate representation of color #11716C: hue angle of 176.88º 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 #11716C is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 108 -
CMYK 0.85 0 0.04 0.56
HSL 176.88º 0.74% 0.25% -
HSV(B) 176.88º 0.85% 0.44% -
XYZ 8.84 13.01 16.23 -
YUV 83.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 17 113 108 0.85 0 0.04 0.56 176.88 0.74 0.25
Hex 11 71 6C 55 0 4 38 B1 4A 19
Octal 21 161 154 125 0 4 70 261 112 31
Binary 10001 1110001 1101100 1010101 0 100 111000 10110001 1001010 11001

Color Harmonies of #11716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11716C

Black with #11716C

Text Example


Text Example

White with #11716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11716C; }

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

 H1.HeaderClassName
 {
   color: #11716C;
 }
 .AnyTagClassName
 {
   color: #11716C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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