Html Css Color HEX #19A17D Mountain Meadow

📋 copy color: '#19A17D'

red 25 ◦ green 161 ◦ blue 125

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

Shades of Mountain Meadow #19A17D

Tints of Mountain Meadow #19A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.77%

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

R = 8.04%
G = 51.77%
B = 40.19%

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

#19A17D (or 0x19A17D) is known color: Mountain Meadow. HEX triplet: 19, A1 and 7D. RGB value is (25,161,125). Sum of RGB (Red+Green+Blue) = 25+161+125=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #19A17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A17D is #E65E82. Grayscale: #747474. Windows color (decimal): -15097475 or 8233241. OLE color: 8233241.

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

Color convert

RGB 25 161 125 -
CMYK 0.84 0 0.22 0.37
HSL 164.12º 0.73% 0.36% -
HSV(B) 164.12º 0.84% 0.63% -
XYZ 16.85 27.18 23.76 -
YUV 116.23 132.94 62.93 -
System Red Green Blue C M Y K H S L
Decimal 25 161 125 0.84 0 0.22 0.37 164.12 0.73 0.36
Hex 19 A1 7D 54 0 16 25 A4 49 24
Octal 31 241 175 124 0 26 45 244 111 44
Binary 11001 10100001 1111101 1010100 0 10110 100101 10100100 1001001 100100

Color Harmonies of #19A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A17D

Black with #19A17D

Text Example


Text Example

White with #19A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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