Html Css Color HEX #19B48A Mountain Meadow

📋 copy color: '#19B48A'

red 25 ◦ green 180 ◦ blue 138

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

Shades of Mountain Meadow #19B48A

Tints of Mountain Meadow #19B48A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.48%

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 7.29%
G = 52.48%
B = 40.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#19B48A (or 0x19B48A) is known color: Mountain Meadow. HEX triplet: 19, B4 and 8A. RGB value is (25,180,138). Sum of RGB (Red+Green+Blue) = 25+180+138=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #19B48A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B48A is #E64B75. Grayscale: #808080. Windows color (decimal): -15092598 or 9090073. OLE color: 9090073.

HSL color Cylindrical-coordinate representation of color #19B48A: hue angle of 163.74º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B48A is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 180 138 -
CMYK 0.86 0 0.23 0.29
HSL 163.74º 0.76% 0.4% -
HSV(B) 163.74º 0.86% 0.71% -
XYZ 21.31 34.68 29.62 -
YUV 128.87 133.15 53.92 -
System Red Green Blue C M Y K H S L
Decimal 25 180 138 0.86 0 0.23 0.29 163.74 0.76 0.4
Hex 19 B4 8A 56 0 17 1D A4 4C 28
Octal 31 264 212 126 0 27 35 244 114 50
Binary 11001 10110100 10001010 1010110 0 10111 11101 10100100 1001100 101000

Color Harmonies of #19B48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B48A

Black with #19B48A

Text Example


Text Example

White with #19B48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,180,138); }

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

background-color css

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

 a { background-color: rgb(25,180,138); }

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

border-color css

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

 span { border-color: rgb(25,180,138); }

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