Html Css Color HEX #116D71 Blue Stone

📋 copy color: '#116D71'

red 17 ◦ green 109 ◦ blue 113

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

Shades of Blue Stone #116D71

Tints of Blue Stone #116D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.61%

 BLUE value IS 113 (44.53% from 255) = 47.28%

R = 7.11%
G = 45.61%
B = 47.28%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#116D71 (or 0x116D71) is known color: Blue Stone. HEX triplet: 11, 6D and 71. RGB value is (17,109,113). Sum of RGB (Red+Green+Blue) = 17+109+113=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #116D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D71 is #EE928E. Grayscale: #515151. Windows color (decimal): -15635087 or 7433489. OLE color: 7433489.

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

Color convert

RGB 17 109 113 -
CMYK 0.85 0.04 0 0.56
HSL 182.5º 0.74% 0.25% -
HSV(B) 182.5º 0.85% 0.44% -
XYZ 8.68 12.25 17.53 -
YUV 81.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 17 109 113 0.85 0.04 0 0.56 182.5 0.74 0.25
Hex 11 6D 71 55 4 0 38 B6 4A 19
Octal 21 155 161 125 4 0 70 266 112 31
Binary 10001 1101101 1110001 1010101 100 0 111000 10110110 1001010 11001

Color Harmonies of #116D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D71

Black with #116D71

Text Example


Text Example

White with #116D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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