#199E7E

Color #199E7E Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #199E7E

Tints of Jungle Green #199E7E

Color information

#199E7E (or 0x199E7E) is unknown color: approx Jungle Green. HEX triplet: 19, 9E and 7E. RGB value is (25,158,126). Sum of RGB (Red+Green+Blue) = 25+158+126=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #199E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E7E is #E66181. Grayscale: #727272. Windows color (decimal): -15098242 or 8298009. OLE color: 8298009.

HSL color Cylindrical-coordinate representation of color #199E7E: hue angle of 165.56º 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 #199E7E is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB25158126-
CMYK0.8400.200.38
HSL165.56º72.68%35.88%-
HSV(B)165.56º84.18%61.96%-
XYZ16.3926.1723.93-
YUV114.58134.4464.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.09%
GREEN value IS 158 (62.11% from 255) = 51.13%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=8.09%
G=51.13%
B=40.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581260.8400.200.38165.5672.6835.88
Hex199E7E5401426a64924
Octal312361761240244624611144
Binary110011001111011111101010100010100100110101001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,158,126); }

 H1.HeaderClassName
 {
   color: #199E7E;
 }
 .AnyTagClassName
 {
   color: #199E7E;
 }
</style>
background-color css

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

 a { background-color: rgb(25,158,126); }

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

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

 span { border-color: rgb(25,158,126); }

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