Html Css Color HEX #19BC8E Mountain Meadow

📋 copy color: '#19BC8E'

red 25 ◦ green 188 ◦ blue 142

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

Shades of Mountain Meadow #19BC8E

Tints of Mountain Meadow #19BC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 7.04%
G = 52.96%
B = 40%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#19BC8E (or 0x19BC8E) is known color: Mountain Meadow. HEX triplet: 19, BC and 8E. RGB value is (25,188,142). Sum of RGB (Red+Green+Blue) = 25+188+142=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BC8E is #E64371. Grayscale: #868686. Windows color (decimal): -15090546 or 9354265. OLE color: 9354265.

HSL color Cylindrical-coordinate representation of color #19BC8E: hue angle of 163.07º 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 #19BC8E is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 188 142 -
CMYK 0.87 0 0.24 0.26
HSL 163.07º 0.77% 0.42% -
HSV(B) 163.07º 0.87% 0.74% -
XYZ 23.27 38.13 31.72 -
YUV 134.02 132.5 50.24 -
System Red Green Blue C M Y K H S L
Decimal 25 188 142 0.87 0 0.24 0.26 163.07 0.77 0.42
Hex 19 BC 8E 57 0 18 1A A3 4D 2A
Octal 31 274 216 127 0 30 32 243 115 52
Binary 11001 10111100 10001110 1010111 0 11000 11010 10100011 1001101 101010

Color Harmonies of #19BC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BC8E

Black with #19BC8E

Text Example


Text Example

White with #19BC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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