Html Css Color HEX #19AE8D Mountain Meadow

📋 copy color: '#19AE8D'

red 25 ◦ green 174 ◦ blue 141

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

Shades of Mountain Meadow #19AE8D

Tints of Mountain Meadow #19AE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.18%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 7.35%
G = 51.18%
B = 41.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#19AE8D (or 0x19AE8D) is known color: Mountain Meadow. HEX triplet: 19, AE and 8D. RGB value is (25,174,141). Sum of RGB (Red+Green+Blue) = 25+174+141=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AE8D is #E65172. Grayscale: #7D7D7D. Windows color (decimal): -15094131 or 9285145. OLE color: 9285145.

HSL color Cylindrical-coordinate representation of color #19AE8D: hue angle of 166.71º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AE8D is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 174 141 -
CMYK 0.86 0 0.19 0.32
HSL 166.71º 0.75% 0.39% -
HSV(B) 166.71º 0.86% 0.68% -
XYZ 20.34 32.4 30.38 -
YUV 125.69 136.64 56.18 -
System Red Green Blue C M Y K H S L
Decimal 25 174 141 0.86 0 0.19 0.32 166.71 0.75 0.39
Hex 19 AE 8D 56 0 13 20 A7 4B 27
Octal 31 256 215 126 0 23 40 247 113 47
Binary 11001 10101110 10001101 1010110 0 10011 100000 10100111 1001011 100111

Color Harmonies of #19AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AE8D

Black with #19AE8D

Text Example


Text Example

White with #19AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,174,141); }

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

background-color css

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

 a { background-color: rgb(25,174,141); }

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

border-color css

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

 span { border-color: rgb(25,174,141); }

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