#19AD8E

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

Shades of Mountain Meadow #19AD8E

Tints of Mountain Meadow #19AD8E

Color information

#19AD8E (or 0x19AD8E) is unknown color: approx Mountain Meadow. HEX triplet: 19, AD and 8E. RGB value is (25,173,142). Sum of RGB (Red+Green+Blue) = 25+173+142=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #19AD8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AD8E is #E65271. Grayscale: #7D7D7D. Windows color (decimal): -15094386 or 9350425. OLE color: 9350425.

HSL color Cylindrical-coordinate representation of color #19AD8E: hue angle of 167.43º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AD8E is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB25173142-
CMYK0.8600.180.32
HSL167.43º74.75%38.82%-
HSV(B)167.43º85.55%67.84%-
XYZ20.2332.0530.71-
YUV125.21137.4756.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.35%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=7.35%
G=50.88%
B=41.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251731420.8600.180.32167.4374.7538.82
Hex19AD8E5601220a74b27
Octal312552161260224024711347
Binary1100110101101100011101010110010010100000101001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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