Html Css Color HEX #19B196 Mountain Meadow

📋 copy color: '#19B196'

red 25 ◦ green 177 ◦ blue 150

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

Shades of Mountain Meadow #19B196

Tints of Mountain Meadow #19B196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.61%

R = 7.1%
G = 50.28%
B = 42.61%

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

#19B196 (or 0x19B196) is known color: Mountain Meadow. HEX triplet: 19, B1 and 96. RGB value is (25,177,150). Sum of RGB (Red+Green+Blue) = 25+177+150=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #19B196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19B196 is #E64E69. Grayscale: #808080. Windows color (decimal): -15093354 or 9875737. OLE color: 9875737.

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

Color convert

RGB 25 177 150 -
CMYK 0.86 0 0.15 0.31
HSL 169.34º 0.75% 0.4% -
HSV(B) 169.34º 0.86% 0.69% -
XYZ 21.63 33.85 34.25 -
YUV 128.47 140.14 54.2 -
System Red Green Blue C M Y K H S L
Decimal 25 177 150 0.86 0 0.15 0.31 169.34 0.75 0.4
Hex 19 B1 96 56 0 F 1F A9 4B 28
Octal 31 261 226 126 0 17 37 251 113 50
Binary 11001 10110001 10010110 1010110 0 1111 11111 10101001 1001011 101000

Color Harmonies of #19B196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B196

Black with #19B196

Text Example


Text Example

White with #19B196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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