Html Css Color HEX #116E4B Jewel

📋 copy color: '#116E4B'

red 17 ◦ green 110 ◦ blue 75

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

Shades of Jewel #116E4B

Tints of Jewel #116E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 8.42%
G = 54.46%
B = 37.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#116E4B (or 0x116E4B) is known color: Jewel. HEX triplet: 11, 6E and 4B. RGB value is (17,110,75). Sum of RGB (Red+Green+Blue) = 17+110+75=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 110 (43.36% from 255 or 54.46% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 110 - color contains mainly: green. Hex color #116E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E4B is #EE91B4. Grayscale: #4E4E4E. Windows color (decimal): -15634869 or 4943377. OLE color: 4943377.

HSL color Cylindrical-coordinate representation of color #116E4B: hue angle of 157.42º 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 #116E4B is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 110 75 -
CMYK 0.85 0 0.32 0.57
HSL 157.42º 0.73% 0.25% -
HSV(B) 157.42º 0.85% 0.43% -
XYZ 7.08 11.78 8.56 -
YUV 78.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 17 110 75 0.85 0 0.32 0.57 157.42 0.73 0.25
Hex 11 6E 4B 55 0 20 39 9D 49 19
Octal 21 156 113 125 0 40 71 235 111 31
Binary 10001 1101110 1001011 1010101 0 100000 111001 10011101 1001001 11001

Color Harmonies of #116E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E4B

Black with #116E4B

Text Example


Text Example

White with #116E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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