#19B488

Color #19B488 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #19B488

Tints of Mountain Meadow #19B488

Color information

#19B488 (or 0x19B488) is unknown color: approx Mountain Meadow. HEX triplet: 19, B4 and 88. RGB value is (25,180,136). Sum of RGB (Red+Green+Blue) = 25+180+136=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #19B488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B488 is #E64B77. Grayscale: #808080. Windows color (decimal): -15092600 or 8959001. OLE color: 8959001.

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

Color convert

RGB25180136-
CMYK0.8600.240.29
HSL162.97º75.61%40.2%-
HSV(B)162.97º86.11%70.59%-
XYZ21.1734.6328.86-
YUV128.64132.1554.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.33%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=7.33%
G=52.79%
B=39.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251801360.8600.240.29162.9775.6140.2
Hex19B488560181Da34c28
Octal312642101260303524311450
Binary110011011010010001000101011001100011101101000111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19B488;
 }
 .AnyTagClassName
 {
   color: #19B488;
 }
</style>
background-color css

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

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

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

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

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

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