Html Css Color HEX #19BC8F Mountain Meadow

📋 copy color: '#19BC8F'

red 25 ◦ green 188 ◦ blue 143

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

Shades of Mountain Meadow #19BC8F

Tints of Mountain Meadow #19BC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 7.02%
G = 52.81%
B = 40.17%

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

#19BC8F (or 0x19BC8F) is known color: Mountain Meadow. HEX triplet: 19, BC and 8F. RGB value is (25,188,143). Sum of RGB (Red+Green+Blue) = 25+188+143=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BC8F is #E64370. Grayscale: #868686. Windows color (decimal): -15090545 or 9419801. OLE color: 9419801.

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

Color convert

RGB 25 188 143 -
CMYK 0.87 0 0.24 0.26
HSL 163.44º 0.77% 0.42% -
HSV(B) 163.44º 0.87% 0.74% -
XYZ 23.34 38.16 32.12 -
YUV 134.13 133 50.16 -
System Red Green Blue C M Y K H S L
Decimal 25 188 143 0.87 0 0.24 0.26 163.44 0.77 0.42
Hex 19 BC 8F 57 0 18 1A A3 4D 2A
Octal 31 274 217 127 0 30 32 243 115 52
Binary 11001 10111100 10001111 1010111 0 11000 11010 10100011 1001101 101010

Color Harmonies of #19BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BC8F

Black with #19BC8F

Text Example


Text Example

White with #19BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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