Html Css Color HEX #11706E Blue Stone

📋 copy color: '#11706E'

red 17 ◦ green 112 ◦ blue 110

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

Shades of Blue Stone #11706E

Tints of Blue Stone #11706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.86%

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 7.11%
G = 46.86%
B = 46.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#11706E (or 0x11706E) is known color: Blue Stone. HEX triplet: 11, 70 and 6E. RGB value is (17,112,110). Sum of RGB (Red+Green+Blue) = 17+112+110=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #11706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11706E is #EE8F91. Grayscale: #535353. Windows color (decimal): -15634322 or 7237649. OLE color: 7237649.

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

Color convert

RGB 17 112 110 -
CMYK 0.85 0 0.02 0.56
HSL 178.74º 0.74% 0.25% -
HSV(B) 178.74º 0.85% 0.44% -
XYZ 8.84 12.83 16.76 -
YUV 83.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 17 112 110 0.85 0 0.02 0.56 178.74 0.74 0.25
Hex 11 70 6E 55 0 2 38 B3 4A 19
Octal 21 160 156 125 0 2 70 263 112 31
Binary 10001 1110000 1101110 1010101 0 10 111000 10110011 1001010 11001

Color Harmonies of #11706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11706E

Black with #11706E

Text Example


Text Example

White with #11706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11706E; }

 p { color: rgb(17,112,110); }

 H1.HeaderClassName
 {
   color: #11706E;
 }
 .AnyTagClassName
 {
   color: #11706E;
 }
</style>

background-color css

<style>
 a { background-color: #11706E; }

 a { background-color: rgb(17,112,110); }

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

border-color css

<style>
 span { border-color: #11706E; }

 span { border-color: rgb(17,112,110); }

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