#19A880

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

Shades of Mountain Meadow #19A880

Tints of Mountain Meadow #19A880

Color information

#19A880 (or 0x19A880) is unknown color: approx Mountain Meadow. HEX triplet: 19, A8 and 80. RGB value is (25,168,128). Sum of RGB (Red+Green+Blue) = 25+168+128=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #19A880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A880 is #E6577F. Grayscale: #787878. Windows color (decimal): -15095680 or 8431641. OLE color: 8431641.

HSL color Cylindrical-coordinate representation of color #19A880: hue angle of 163.22º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A880 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB25168128-
CMYK0.8500.240.34
HSL163.22º74.09%37.84%-
HSV(B)163.22º85.12%65.88%-
XYZ18.329.7725.2-
YUV120.68132.1259.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.79%
GREEN value IS 168 (66.02% from 255) = 52.34%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=7.79%
G=52.34%
B=39.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal251681280.8500.240.34163.2274.0937.84
Hex19A8805501822a34a26
Octal312502001250304224311246
Binary1100110101000100000001010101011000100010101000111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,168,128); }

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

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

 a { background-color: rgb(25,168,128); }

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

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

 span { border-color: rgb(25,168,128); }

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