Html Css Color HEX #19AC8C Mountain Meadow

📋 copy color: '#19AC8C'

red 25 ◦ green 172 ◦ blue 140

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

Shades of Mountain Meadow #19AC8C

Tints of Mountain Meadow #19AC8C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.04%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 7.42%
G = 51.04%
B = 41.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#19AC8C (or 0x19AC8C) is known color: Mountain Meadow. HEX triplet: 19, AC and 8C. RGB value is (25,172,140). Sum of RGB (Red+Green+Blue) = 25+172+140=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AC8C is #E65373. Grayscale: #7C7C7C. Windows color (decimal): -15094644 or 9219097. OLE color: 9219097.

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

Color convert

RGB 25 172 140 -
CMYK 0.85 0 0.19 0.33
HSL 166.94º 0.75% 0.39% -
HSV(B) 166.94º 0.85% 0.67% -
XYZ 19.89 31.61 29.86 -
YUV 124.4 136.8 57.1 -
System Red Green Blue C M Y K H S L
Decimal 25 172 140 0.85 0 0.19 0.33 166.94 0.75 0.39
Hex 19 AC 8C 55 0 13 21 A7 4B 27
Octal 31 254 214 125 0 23 41 247 113 47
Binary 11001 10101100 10001100 1010101 0 10011 100001 10100111 1001011 100111

Color Harmonies of #19AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AC8C

Black with #19AC8C

Text Example


Text Example

White with #19AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,172,140); }

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

background-color css

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

 a { background-color: rgb(25,172,140); }

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

border-color css

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

 span { border-color: rgb(25,172,140); }

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