Html Css Color HEX #19AA8B Mountain Meadow

📋 copy color: '#19AA8B'

red 25 ◦ green 170 ◦ blue 139

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

Shades of Mountain Meadow #19AA8B

Tints of Mountain Meadow #19AA8B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.9%

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 7.49%
G = 50.9%
B = 41.62%

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

#19AA8B (or 0x19AA8B) is known color: Mountain Meadow. HEX triplet: 19, AA and 8B. RGB value is (25,170,139). Sum of RGB (Red+Green+Blue) = 25+170+139=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AA8B is #E65574. Grayscale: #7B7B7B. Windows color (decimal): -15095157 or 9153049. OLE color: 9153049.

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

Color convert

RGB 25 170 139 -
CMYK 0.85 0 0.18 0.33
HSL 167.17º 0.74% 0.38% -
HSV(B) 167.17º 0.85% 0.67% -
XYZ 19.44 30.82 29.35 -
YUV 123.11 136.96 58.02 -
System Red Green Blue C M Y K H S L
Decimal 25 170 139 0.85 0 0.18 0.33 167.17 0.74 0.38
Hex 19 AA 8B 55 0 12 21 A7 4A 26
Octal 31 252 213 125 0 22 41 247 112 46
Binary 11001 10101010 10001011 1010101 0 10010 100001 10100111 1001010 100110

Color Harmonies of #19AA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AA8B

Black with #19AA8B

Text Example


Text Example

White with #19AA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,170,139); }

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

background-color css

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

 a { background-color: rgb(25,170,139); }

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

border-color css

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

 span { border-color: rgb(25,170,139); }

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