Html Css Color HEX #19A07D Mountain Meadow

📋 copy color: '#19A07D'

red 25 ◦ green 160 ◦ blue 125

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

Shades of Mountain Meadow #19A07D

Tints of Mountain Meadow #19A07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 8.06%
G = 51.61%
B = 40.32%

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

#19A07D (or 0x19A07D) is known color: Mountain Meadow. HEX triplet: 19, A0 and 7D. RGB value is (25,160,125). Sum of RGB (Red+Green+Blue) = 25+160+125=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #19A07D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A07D is #E65F82. Grayscale: #737373. Windows color (decimal): -15097731 or 8232985. OLE color: 8232985.

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

Color convert

RGB 25 160 125 -
CMYK 0.84 0 0.22 0.37
HSL 164.44º 0.73% 0.36% -
HSV(B) 164.44º 0.84% 0.63% -
XYZ 16.67 26.83 23.7 -
YUV 115.65 133.27 63.35 -
System Red Green Blue C M Y K H S L
Decimal 25 160 125 0.84 0 0.22 0.37 164.44 0.73 0.36
Hex 19 A0 7D 54 0 16 25 A4 49 24
Octal 31 240 175 124 0 26 45 244 111 44
Binary 11001 10100000 1111101 1010100 0 10110 100101 10100100 1001001 100100

Color Harmonies of #19A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A07D

Black with #19A07D

Text Example


Text Example

White with #19A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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