Html Css Color HEX #19AB8D Mountain Meadow

📋 copy color: '#19AB8D'

red 25 ◦ green 171 ◦ blue 141

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

Shades of Mountain Meadow #19AB8D

Tints of Mountain Meadow #19AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.74%

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

R = 7.42%
G = 50.74%
B = 41.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#19AB8D (or 0x19AB8D) is known color: Mountain Meadow. HEX triplet: 19, AB and 8D. RGB value is (25,171,141). Sum of RGB (Red+Green+Blue) = 25+171+141=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AB8D is #E65472. Grayscale: #7B7B7B. Windows color (decimal): -15094899 or 9284377. OLE color: 9284377.

HSL color Cylindrical-coordinate representation of color #19AB8D: hue angle of 167.67º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AB8D is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 171 141 -
CMYK 0.85 0 0.18 0.33
HSL 167.67º 0.74% 0.38% -
HSV(B) 167.67º 0.85% 0.67% -
XYZ 19.77 31.26 30.19 -
YUV 123.93 137.63 57.44 -
System Red Green Blue C M Y K H S L
Decimal 25 171 141 0.85 0 0.18 0.33 167.67 0.74 0.38
Hex 19 AB 8D 55 0 12 21 A8 4A 26
Octal 31 253 215 125 0 22 41 250 112 46
Binary 11001 10101011 10001101 1010101 0 10010 100001 10101000 1001010 100110

Color Harmonies of #19AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AB8D

Black with #19AB8D

Text Example


Text Example

White with #19AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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