Html Css Color HEX #19B995 Mountain Meadow

📋 copy color: '#19B995'

red 25 ◦ green 185 ◦ blue 149

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

Shades of Mountain Meadow #19B995

Tints of Mountain Meadow #19B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.53%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 6.96%
G = 51.53%
B = 41.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#19B995 (or 0x19B995) is known color: Mountain Meadow. HEX triplet: 19, B9 and 95. RGB value is (25,185,149). Sum of RGB (Red+Green+Blue) = 25+185+149=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #19B995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B995 is #E6466A. Grayscale: #858585. Windows color (decimal): -15091307 or 9812249. OLE color: 9812249.

HSL color Cylindrical-coordinate representation of color #19B995: hue angle of 166.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B995 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 185 149 -
CMYK 0.86 0 0.19 0.27
HSL 166.5º 0.76% 0.41% -
HSV(B) 166.5º 0.86% 0.73% -
XYZ 23.17 37.07 34.37 -
YUV 133.06 136.99 50.93 -
System Red Green Blue C M Y K H S L
Decimal 25 185 149 0.86 0 0.19 0.27 166.5 0.76 0.41
Hex 19 B9 95 56 0 13 1B A6 4C 29
Octal 31 271 225 126 0 23 33 246 114 51
Binary 11001 10111001 10010101 1010110 0 10011 11011 10100110 1001100 101001

Color Harmonies of #19B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B995

Black with #19B995

Text Example


Text Example

White with #19B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,185,149); }

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

background-color css

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

 a { background-color: rgb(25,185,149); }

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

border-color css

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

 span { border-color: rgb(25,185,149); }

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