Html Css Color HEX #116B66 Blue Stone

📋 copy color: '#116B66'

red 17 ◦ green 107 ◦ blue 102

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

Shades of Blue Stone #116B66

Tints of Blue Stone #116B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 7.52%
G = 47.35%
B = 45.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#116B66 (or 0x116B66) is known color: Blue Stone. HEX triplet: 11, 6B and 66. RGB value is (17,107,102). Sum of RGB (Red+Green+Blue) = 17+107+102=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #116B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B66 is #EE9499. Grayscale: #4F4F4F. Windows color (decimal): -15635610 or 6712081. OLE color: 6712081.

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

Color convert

RGB 17 107 102 -
CMYK 0.84 0 0.05 0.58
HSL 176.67º 0.73% 0.24% -
HSV(B) 176.67º 0.84% 0.42% -
XYZ 7.89 11.59 14.39 -
YUV 79.52 140.68 83.41 -
System Red Green Blue C M Y K H S L
Decimal 17 107 102 0.84 0 0.05 0.58 176.67 0.73 0.24
Hex 11 6B 66 54 0 5 3A B1 49 18
Octal 21 153 146 124 0 5 72 261 111 30
Binary 10001 1101011 1100110 1010100 0 101 111010 10110001 1001001 11000

Color Harmonies of #116B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B66

Black with #116B66

Text Example


Text Example

White with #116B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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