#199E80

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

Shades of Jungle Green #199E80

Tints of Jungle Green #199E80

Color information

#199E80 (or 0x199E80) is unknown color: approx Jungle Green. HEX triplet: 19, 9E and 80. RGB value is (25,158,128). Sum of RGB (Red+Green+Blue) = 25+158+128=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #199E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199E80 is #E6617F. Grayscale: #727272. Windows color (decimal): -15098240 or 8429081. OLE color: 8429081.

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

Color convert

RGB25158128-
CMYK0.8400.190.38
HSL166.47º72.68%35.88%-
HSV(B)166.47º84.18%61.96%-
XYZ16.5226.2224.61-
YUV114.81135.4463.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.04%
GREEN value IS 158 (62.11% from 255) = 50.80%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=8.04%
G=50.80%
B=41.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581280.8400.190.38166.4772.6835.88
Hex199E805401326a64924
Octal312362001240234624611144
Binary1100110011110100000001010100010011100110101001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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