Html Css Color HEX #19AE8E Mountain Meadow

📋 copy color: '#19AE8E'

red 25 ◦ green 174 ◦ blue 142

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

Shades of Mountain Meadow #19AE8E

Tints of Mountain Meadow #19AE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 7.33%
G = 51.03%
B = 41.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#19AE8E (or 0x19AE8E) is known color: Mountain Meadow. HEX triplet: 19, AE and 8E. RGB value is (25,174,142). Sum of RGB (Red+Green+Blue) = 25+174+142=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AE8E is #E65171. Grayscale: #7D7D7D. Windows color (decimal): -15094130 or 9350681. OLE color: 9350681.

HSL color Cylindrical-coordinate representation of color #19AE8E: hue angle of 167.11º 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 #19AE8E is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 174 142 -
CMYK 0.86 0 0.18 0.32
HSL 167.11º 0.75% 0.39% -
HSV(B) 167.11º 0.86% 0.68% -
XYZ 20.42 32.43 30.77 -
YUV 125.8 137.14 56.1 -
System Red Green Blue C M Y K H S L
Decimal 25 174 142 0.86 0 0.18 0.32 167.11 0.75 0.39
Hex 19 AE 8E 56 0 12 20 A7 4B 27
Octal 31 256 216 126 0 22 40 247 113 47
Binary 11001 10101110 10001110 1010110 0 10010 100000 10100111 1001011 100111

Color Harmonies of #19AE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AE8E

Black with #19AE8E

Text Example


Text Example

White with #19AE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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