Html Css Color HEX #19AE86 Mountain Meadow

📋 copy color: '#19AE86'

red 25 ◦ green 174 ◦ blue 134

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

Shades of Mountain Meadow #19AE86

Tints of Mountain Meadow #19AE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.24%

R = 7.51%
G = 52.25%
B = 40.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#19AE86 (or 0x19AE86) is known color: Mountain Meadow. HEX triplet: 19, AE and 86. RGB value is (25,174,134). Sum of RGB (Red+Green+Blue) = 25+174+134=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AE86 is #E65179. Grayscale: #7C7C7C. Windows color (decimal): -15094138 or 8826393. OLE color: 8826393.

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

Color convert

RGB 25 174 134 -
CMYK 0.86 0 0.23 0.32
HSL 163.89º 0.75% 0.39% -
HSV(B) 163.89º 0.86% 0.68% -
XYZ 19.84 32.2 27.72 -
YUV 124.89 133.14 56.75 -
System Red Green Blue C M Y K H S L
Decimal 25 174 134 0.86 0 0.23 0.32 163.89 0.75 0.39
Hex 19 AE 86 56 0 17 20 A4 4B 27
Octal 31 256 206 126 0 27 40 244 113 47
Binary 11001 10101110 10000110 1010110 0 10111 100000 10100100 1001011 100111

Color Harmonies of #19AE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AE86

Black with #19AE86

Text Example


Text Example

White with #19AE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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