Html Css Color HEX #19B992 Mountain Meadow

📋 copy color: '#19B992'

red 25 ◦ green 185 ◦ blue 146

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

Shades of Mountain Meadow #19B992

Tints of Mountain Meadow #19B992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 7.02%
G = 51.97%
B = 41.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#19B992 (or 0x19B992) is known color: Mountain Meadow. HEX triplet: 19, B9 and 92. RGB value is (25,185,146). Sum of RGB (Red+Green+Blue) = 25+185+146=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #19B992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B992 is #E6466D. Grayscale: #848484. Windows color (decimal): -15091310 or 9615641. OLE color: 9615641.

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

Color convert

RGB 25 185 146 -
CMYK 0.86 0 0.21 0.27
HSL 165.38º 0.76% 0.41% -
HSV(B) 165.38º 0.86% 0.73% -
XYZ 22.94 36.98 33.12 -
YUV 132.71 135.49 51.17 -
System Red Green Blue C M Y K H S L
Decimal 25 185 146 0.86 0 0.21 0.27 165.38 0.76 0.41
Hex 19 B9 92 56 0 15 1B A5 4C 29
Octal 31 271 222 126 0 25 33 245 114 51
Binary 11001 10111001 10010010 1010110 0 10101 11011 10100101 1001100 101001

Color Harmonies of #19B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B992

Black with #19B992

Text Example


Text Example

White with #19B992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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