Html Css Color HEX #116D5E Blue Stone

📋 copy color: '#116D5E'

red 17 ◦ green 109 ◦ blue 94

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

Shades of Blue Stone #116D5E

Tints of Blue Stone #116D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 7.73%
G = 49.55%
B = 42.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#116D5E (or 0x116D5E) is known color: Blue Stone. HEX triplet: 11, 6D and 5E. RGB value is (17,109,94). Sum of RGB (Red+Green+Blue) = 17+109+94=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #116D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D5E is #EE92A1. Grayscale: #4F4F4F. Windows color (decimal): -15635106 or 6188305. OLE color: 6188305.

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

Color convert

RGB 17 109 94 -
CMYK 0.84 0 0.14 0.57
HSL 170.22º 0.73% 0.25% -
HSV(B) 170.22º 0.84% 0.43% -
XYZ 7.72 11.86 12.47 -
YUV 79.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 17 109 94 0.84 0 0.14 0.57 170.22 0.73 0.25
Hex 11 6D 5E 54 0 E 39 AA 49 19
Octal 21 155 136 124 0 16 71 252 111 31
Binary 10001 1101101 1011110 1010100 0 1110 111001 10101010 1001001 11001

Color Harmonies of #116D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D5E

Black with #116D5E

Text Example


Text Example

White with #116D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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