Html Css Color HEX #19B197 Mountain Meadow

📋 copy color: '#19B197'

red 25 ◦ green 177 ◦ blue 151

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

Shades of Mountain Meadow #19B197

Tints of Mountain Meadow #19B197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.14%

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

R = 7.08%
G = 50.14%
B = 42.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#19B197 (or 0x19B197) is known color: Mountain Meadow. HEX triplet: 19, B1 and 97. RGB value is (25,177,151). Sum of RGB (Red+Green+Blue) = 25+177+151=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #19B197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19B197 is #E64E68. Grayscale: #808080. Windows color (decimal): -15093353 or 9941273. OLE color: 9941273.

HSL color Cylindrical-coordinate representation of color #19B197: hue angle of 169.74º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B197 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 177 151 -
CMYK 0.86 0 0.15 0.31
HSL 169.74º 0.75% 0.4% -
HSV(B) 169.74º 0.86% 0.69% -
XYZ 21.71 33.89 34.67 -
YUV 128.59 140.64 54.11 -
System Red Green Blue C M Y K H S L
Decimal 25 177 151 0.86 0 0.15 0.31 169.74 0.75 0.4
Hex 19 B1 97 56 0 F 1F AA 4B 28
Octal 31 261 227 126 0 17 37 252 113 50
Binary 11001 10110001 10010111 1010110 0 1111 11111 10101010 1001011 101000

Color Harmonies of #19B197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B197

Black with #19B197

Text Example


Text Example

White with #19B197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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