Html Css Color HEX #19A07C Mountain Meadow

📋 copy color: '#19A07C'

red 25 ◦ green 160 ◦ blue 124

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

Shades of Mountain Meadow #19A07C

Tints of Mountain Meadow #19A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.78%

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

R = 8.09%
G = 51.78%
B = 40.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#19A07C (or 0x19A07C) is known color: Mountain Meadow. HEX triplet: 19, A0 and 7C. RGB value is (25,160,124). Sum of RGB (Red+Green+Blue) = 25+160+124=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #19A07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A07C is #E65F83. Grayscale: #737373. Windows color (decimal): -15097732 or 8167449. OLE color: 8167449.

HSL color Cylindrical-coordinate representation of color #19A07C: hue angle of 164º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A07C is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 160 124 -
CMYK 0.84 0 0.22 0.37
HSL 164º 0.73% 0.36% -
HSV(B) 164º 0.84% 0.63% -
XYZ 16.61 26.8 23.37 -
YUV 115.53 132.77 63.43 -
System Red Green Blue C M Y K H S L
Decimal 25 160 124 0.84 0 0.22 0.37 164 0.73 0.36
Hex 19 A0 7C 54 0 16 25 A4 49 24
Octal 31 240 174 124 0 26 45 244 111 44
Binary 11001 10100000 1111100 1010100 0 10110 100101 10100100 1001001 100100

Color Harmonies of #19A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A07C

Black with #19A07C

Text Example


Text Example

White with #19A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19A07C; }

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

 H1.HeaderClassName
 {
   color: #19A07C;
 }
 .AnyTagClassName
 {
   color: #19A07C;
 }
</style>

background-color css

<style>
 a { background-color: #19A07C; }

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

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

border-color css

<style>
 span { border-color: #19A07C; }

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

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