Html Css Color HEX #19B497 Mountain Meadow

📋 copy color: '#19B497'

red 25 ◦ green 180 ◦ blue 151

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

Shades of Mountain Meadow #19B497

Tints of Mountain Meadow #19B497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.42%

R = 7.02%
G = 50.56%
B = 42.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#19B497 (or 0x19B497) is known color: Mountain Meadow. HEX triplet: 19, B4 and 97. RGB value is (25,180,151). Sum of RGB (Red+Green+Blue) = 25+180+151=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #19B497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B497 is #E64B68. Grayscale: #828282. Windows color (decimal): -15092585 or 9942041. OLE color: 9942041.

HSL color Cylindrical-coordinate representation of color #19B497: hue angle of 168.77º 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 #19B497 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 180 151 -
CMYK 0.86 0 0.16 0.29
HSL 168.77º 0.76% 0.4% -
HSV(B) 168.77º 0.86% 0.71% -
XYZ 22.31 35.08 34.87 -
YUV 130.35 139.65 52.86 -
System Red Green Blue C M Y K H S L
Decimal 25 180 151 0.86 0 0.16 0.29 168.77 0.76 0.4
Hex 19 B4 97 56 0 10 1D A9 4C 28
Octal 31 264 227 126 0 20 35 251 114 50
Binary 11001 10110100 10010111 1010110 0 10000 11101 10101001 1001100 101000

Color Harmonies of #19B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B497

Black with #19B497

Text Example


Text Example

White with #19B497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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