Html Css Color HEX #11684E Jewel

📋 copy color: '#11684E'

red 17 ◦ green 104 ◦ blue 78

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

Shades of Jewel #11684E

Tints of Jewel #11684E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39.2%

R = 8.54%
G = 52.26%
B = 39.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#11684E (or 0x11684E) is known color: Jewel. HEX triplet: 11, 68 and 4E. RGB value is (17,104,78). Sum of RGB (Red+Green+Blue) = 17+104+78=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #11684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11684E is #EE97B1. Grayscale: #4B4B4B. Windows color (decimal): -15636402 or 5138449. OLE color: 5138449.

HSL color Cylindrical-coordinate representation of color #11684E: hue angle of 162.07º 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 #11684E is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 78 -
CMYK 0.84 0 0.25 0.59
HSL 162.07º 0.72% 0.24% -
HSV(B) 162.07º 0.84% 0.41% -
XYZ 6.56 10.57 8.9 -
YUV 75.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 17 104 78 0.84 0 0.25 0.59 162.07 0.72 0.24
Hex 11 68 4E 54 0 19 3B A2 48 18
Octal 21 150 116 124 0 31 73 242 110 30
Binary 10001 1101000 1001110 1010100 0 11001 111011 10100010 1001000 11000

Color Harmonies of #11684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11684E

Black with #11684E

Text Example


Text Example

White with #11684E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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