Html Css Color HEX #19BA7E Mountain Meadow

📋 copy color: '#19BA7E'

red 25 ◦ green 186 ◦ blue 126

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

Shades of Mountain Meadow #19BA7E

Tints of Mountain Meadow #19BA7E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.19%

 BLUE value IS 126 (49.61% from 255) = 37.39%

R = 7.42%
G = 55.19%
B = 37.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#19BA7E (or 0x19BA7E) is known color: Mountain Meadow. HEX triplet: 19, BA and 7E. RGB value is (25,186,126). Sum of RGB (Red+Green+Blue) = 25+186+126=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA7E is #E64581. Grayscale: #838383. Windows color (decimal): -15091074 or 8305177. OLE color: 8305177.

HSL color Cylindrical-coordinate representation of color #19BA7E: hue angle of 157.64º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BA7E is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 186 126 -
CMYK 0.87 0 0.32 0.27
HSL 157.64º 0.76% 0.41% -
HSV(B) 157.64º 0.87% 0.73% -
XYZ 21.73 36.83 25.7 -
YUV 131.02 125.16 52.38 -
System Red Green Blue C M Y K H S L
Decimal 25 186 126 0.87 0 0.32 0.27 157.64 0.76 0.41
Hex 19 BA 7E 57 0 20 1B 9E 4C 29
Octal 31 272 176 127 0 40 33 236 114 51
Binary 11001 10111010 1111110 1010111 0 100000 11011 10011110 1001100 101001

Color Harmonies of #19BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA7E

Black with #19BA7E

Text Example


Text Example

White with #19BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,186,126); }

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

background-color css

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

 a { background-color: rgb(25,186,126); }

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

border-color css

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

 span { border-color: rgb(25,186,126); }

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