#19B290

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

Shades of Mountain Meadow #19B290

Tints of Mountain Meadow #19B290

Color information

#19B290 (or 0x19B290) is unknown color: approx Mountain Meadow. HEX triplet: 19, B2 and 90. RGB value is (25,178,144). Sum of RGB (Red+Green+Blue) = 25+178+144=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #19B290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19B290 is #E64D6F. Grayscale: #808080. Windows color (decimal): -15093104 or 9482777. OLE color: 9482777.

HSL color Cylindrical-coordinate representation of color #19B290: hue angle of 166.67º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B290 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB25178144-
CMYK0.8600.190.30
HSL166.67º75.37%39.8%-
HSV(B)166.67º85.96%69.8%-
XYZ21.3634.0631.83-
YUV128.38136.8154.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.20%
GREEN value IS 178 (69.92% from 255) = 51.30%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=7.20%
G=51.30%
B=41.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal251781440.8600.190.30166.6775.3739.8
Hex19B290560131Ea74b28
Octal312622201260233624711350
Binary110011011001010010000101011001001111110101001111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,178,144); }

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

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

 a { background-color: rgb(25,178,144); }

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

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

 span { border-color: rgb(25,178,144); }

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