Html Css Color HEX #116C58 Blue Stone

📋 copy color: '#116C58'

red 17 ◦ green 108 ◦ blue 88

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

Shades of Blue Stone #116C58

Tints of Blue Stone #116C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.31%

R = 7.98%
G = 50.7%
B = 41.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#116C58 (or 0x116C58) is known color: Blue Stone. HEX triplet: 11, 6C and 58. RGB value is (17,108,88). Sum of RGB (Red+Green+Blue) = 17+108+88=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #116C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C58 is #EE93A7. Grayscale: #4E4E4E. Windows color (decimal): -15635368 or 5794833. OLE color: 5794833.

HSL color Cylindrical-coordinate representation of color #116C58: hue angle of 166.81º 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 #116C58 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 108 88 -
CMYK 0.84 0 0.19 0.58
HSL 166.81º 0.73% 0.25% -
HSV(B) 166.81º 0.84% 0.42% -
XYZ 7.36 11.55 11.07 -
YUV 78.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 17 108 88 0.84 0 0.19 0.58 166.81 0.73 0.25
Hex 11 6C 58 54 0 13 3A A7 49 19
Octal 21 154 130 124 0 23 72 247 111 31
Binary 10001 1101100 1011000 1010100 0 10011 111010 10100111 1001001 11001

Color Harmonies of #116C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C58

Black with #116C58

Text Example


Text Example

White with #116C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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