Html Css Color HEX #19BC86 Mountain Meadow

📋 copy color: '#19BC86'

red 25 ◦ green 188 ◦ blue 134

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

Shades of Mountain Meadow #19BC86

Tints of Mountain Meadow #19BC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.18%

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 7.2%
G = 54.18%
B = 38.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#19BC86 (or 0x19BC86) is known color: Mountain Meadow. HEX triplet: 19, BC and 86. RGB value is (25,188,134). Sum of RGB (Red+Green+Blue) = 25+188+134=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BC86 is #E64379. Grayscale: #858585. Windows color (decimal): -15090554 or 8829977. OLE color: 8829977.

HSL color Cylindrical-coordinate representation of color #19BC86: hue angle of 160.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BC86 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 188 134 -
CMYK 0.87 0 0.29 0.26
HSL 160.12º 0.77% 0.42% -
HSV(B) 160.12º 0.87% 0.74% -
XYZ 22.69 37.89 28.67 -
YUV 133.11 128.5 50.89 -
System Red Green Blue C M Y K H S L
Decimal 25 188 134 0.87 0 0.29 0.26 160.12 0.77 0.42
Hex 19 BC 86 57 0 1D 1A A0 4D 2A
Octal 31 274 206 127 0 35 32 240 115 52
Binary 11001 10111100 10000110 1010111 0 11101 11010 10100000 1001101 101010

Color Harmonies of #19BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BC86

Black with #19BC86

Text Example


Text Example

White with #19BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,188,134); }

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

background-color css

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

 a { background-color: rgb(25,188,134); }

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

border-color css

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

 span { border-color: rgb(25,188,134); }

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