Html Css Color HEX #11684C Jewel

📋 copy color: '#11684C'

red 17 ◦ green 104 ◦ blue 76

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

Shades of Jewel #11684C

Tints of Jewel #11684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.79%

 BLUE value IS 76 (30.08% from 255) = 38.58%

R = 8.63%
G = 52.79%
B = 38.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#11684C (or 0x11684C) is known color: Jewel. HEX triplet: 11, 68 and 4C. RGB value is (17,104,76). Sum of RGB (Red+Green+Blue) = 17+104+76=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #11684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11684C is #EE97B3. Grayscale: #4A4A4A. Windows color (decimal): -15636404 or 5007377. OLE color: 5007377.

HSL color Cylindrical-coordinate representation of color #11684C: hue angle of 160.69º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11684C is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 76 -
CMYK 0.84 0 0.27 0.59
HSL 160.69º 0.72% 0.24% -
HSV(B) 160.69º 0.84% 0.41% -
XYZ 6.49 10.54 8.53 -
YUV 74.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 17 104 76 0.84 0 0.27 0.59 160.69 0.72 0.24
Hex 11 68 4C 54 0 1B 3B A1 48 18
Octal 21 150 114 124 0 33 73 241 110 30
Binary 10001 1101000 1001100 1010100 0 11011 111011 10100001 1001000 11000

Color Harmonies of #11684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11684C

Black with #11684C

Text Example


Text Example

White with #11684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11684C; }

 p { color: rgb(17,104,76); }

 H1.HeaderClassName
 {
   color: #11684C;
 }
 .AnyTagClassName
 {
   color: #11684C;
 }
</style>

background-color css

<style>
 a { background-color: #11684C; }

 a { background-color: rgb(17,104,76); }

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

border-color css

<style>
 span { border-color: #11684C; }

 span { border-color: rgb(17,104,76); }

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