#199E7C

Color #199E7C Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #199E7C

Tints of Mountain Meadow #199E7C

Color information

#199E7C (or 0x199E7C) is unknown color: approx Mountain Meadow. HEX triplet: 19, 9E and 7C. RGB value is (25,158,124). Sum of RGB (Red+Green+Blue) = 25+158+124=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #199E7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E7C is #E66183. Grayscale: #727272. Windows color (decimal): -15098244 or 8166937. OLE color: 8166937.

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

Color convert

RGB25158124-
CMYK0.8400.220.38
HSL164.66º72.68%35.88%-
HSV(B)164.66º84.18%61.96%-
XYZ16.2726.1223.25-
YUV114.36133.4464.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.14%
GREEN value IS 158 (62.11% from 255) = 51.47%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=8.14%
G=51.47%
B=40.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581240.8400.220.38164.6672.6835.88
Hex199E7C5401626a54924
Octal312361741240264624511144
Binary110011001111011111001010100010110100110101001011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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