Html Css Color HEX #199D7C Jungle Green

📋 copy color: '#199D7C'

red 25 ◦ green 157 ◦ blue 124

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

Shades of Jungle Green #199D7C

Tints of Jungle Green #199D7C

RGB

 RED value IS 25 (10.16% from 255) = 8.17%

 GREEN value IS 157 (61.72% from 255) = 51.31%

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 8.17%
G = 51.31%
B = 40.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#199D7C (or 0x199D7C) is known color: Jungle Green. HEX triplet: 19, 9D and 7C. RGB value is (25,157,124). Sum of RGB (Red+Green+Blue) = 25+157+124=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #199D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199D7C is #E66283. Grayscale: #717171. Windows color (decimal): -15098500 or 8166681. OLE color: 8166681.

HSL color Cylindrical-coordinate representation of color #199D7C: hue angle of 165º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D7C is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 157 124 -
CMYK 0.84 0 0.21 0.38
HSL 165º 0.73% 0.36% -
HSV(B) 165º 0.84% 0.62% -
XYZ 16.1 25.78 23.2 -
YUV 113.77 133.77 64.68 -
System Red Green Blue C M Y K H S L
Decimal 25 157 124 0.84 0 0.21 0.38 165 0.73 0.36
Hex 19 9D 7C 54 0 15 26 A5 49 24
Octal 31 235 174 124 0 25 46 245 111 44
Binary 11001 10011101 1111100 1010100 0 10101 100110 10100101 1001001 100100

Color Harmonies of #199D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199D7C

Black with #199D7C

Text Example


Text Example

White with #199D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199D7C; }

 p { color: rgb(25,157,124); }

 H1.HeaderClassName
 {
   color: #199D7C;
 }
 .AnyTagClassName
 {
   color: #199D7C;
 }
</style>

background-color css

<style>
 a { background-color: #199D7C; }

 a { background-color: rgb(25,157,124); }

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

border-color css

<style>
 span { border-color: #199D7C; }

 span { border-color: rgb(25,157,124); }

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