Html Css Color HEX #199F7F Mountain Meadow

📋 copy color: '#199F7F'

red 25 ◦ green 159 ◦ blue 127

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

Shades of Mountain Meadow #199F7F

Tints of Mountain Meadow #199F7F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.13%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 8.04%
G = 51.13%
B = 40.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#199F7F (or 0x199F7F) is known color: Mountain Meadow. HEX triplet: 19, 9F and 7F. RGB value is (25,159,127). Sum of RGB (Red+Green+Blue) = 25+159+127=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #199F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199F7F is #E66080. Grayscale: #737373. Windows color (decimal): -15097985 or 8363801. OLE color: 8363801.

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

Color convert

RGB 25 159 127 -
CMYK 0.84 0 0.20 0.38
HSL 165.67º 0.73% 0.36% -
HSV(B) 165.67º 0.84% 0.62% -
XYZ 16.63 26.54 24.32 -
YUV 115.29 134.61 63.6 -
System Red Green Blue C M Y K H S L
Decimal 25 159 127 0.84 0 0.20 0.38 165.67 0.73 0.36
Hex 19 9F 7F 54 0 14 26 A6 49 24
Octal 31 237 177 124 0 24 46 246 111 44
Binary 11001 10011111 1111111 1010100 0 10100 100110 10100110 1001001 100100

Color Harmonies of #199F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199F7F

Black with #199F7F

Text Example


Text Example

White with #199F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,159,127); }

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

background-color css

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

 a { background-color: rgb(25,159,127); }

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

border-color css

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

 span { border-color: rgb(25,159,127); }

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