#19B38E

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

Shades of Mountain Meadow #19B38E

Tints of Mountain Meadow #19B38E

Color information

#19B38E (or 0x19B38E) is unknown color: approx Mountain Meadow. HEX triplet: 19, B3 and 8E. RGB value is (25,179,142). Sum of RGB (Red+Green+Blue) = 25+179+142=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #19B38E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B38E is #E64C71. Grayscale: #808080. Windows color (decimal): -15092850 or 9351961. OLE color: 9351961.

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

Color convert

RGB25179142-
CMYK0.8600.210.30
HSL165.58º75.49%40%-
HSV(B)165.58º86.03%70.2%-
XYZ21.434.431.1-
YUV128.74135.4854.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.23%
GREEN value IS 179 (70.31% from 255) = 51.73%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=7.23%
G=51.73%
B=41.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal251791420.8600.210.30165.5875.4940
Hex19B38E560151Ea64b28
Octal312632161260253624611350
Binary110011011001110001110101011001010111110101001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,179,142); }

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

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

 a { background-color: rgb(25,179,142); }

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

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

 span { border-color: rgb(25,179,142); }

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