Html Css Color HEX #116E4F Jewel

📋 copy color: '#116E4F'

red 17 ◦ green 110 ◦ blue 79

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

Shades of Jewel #116E4F

Tints of Jewel #116E4F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 53.4%

 BLUE value IS 79 (31.25% from 255) = 38.35%

R = 8.25%
G = 53.4%
B = 38.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#116E4F (or 0x116E4F) is known color: Jewel. HEX triplet: 11, 6E and 4F. RGB value is (17,110,79). Sum of RGB (Red+Green+Blue) = 17+110+79=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #116E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E4F is #EE91B0. Grayscale: #4E4E4E. Windows color (decimal): -15634865 or 5205521. OLE color: 5205521.

HSL color Cylindrical-coordinate representation of color #116E4F: hue angle of 160º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E4F is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 110 79 -
CMYK 0.85 0 0.28 0.57
HSL 160º 0.73% 0.25% -
HSV(B) 160º 0.85% 0.43% -
XYZ 7.22 11.84 9.3 -
YUV 78.66 128.19 84.02 -
System Red Green Blue C M Y K H S L
Decimal 17 110 79 0.85 0 0.28 0.57 160 0.73 0.25
Hex 11 6E 4F 55 0 1C 39 A0 49 19
Octal 21 156 117 125 0 34 71 240 111 31
Binary 10001 1101110 1001111 1010101 0 11100 111001 10100000 1001001 11001

Color Harmonies of #116E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E4F

Black with #116E4F

Text Example


Text Example

White with #116E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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