#19AE8E

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

Shades of Mountain Meadow #19AE8E

Tints of Mountain Meadow #19AE8E

Color information

#19AE8E (or 0x19AE8E) is unknown color: approx Mountain Meadow. HEX triplet: 19, AE and 8E. RGB value is (25,174,142). Sum of RGB (Red+Green+Blue) = 25+174+142=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AE8E is #E65171. Grayscale: #7D7D7D. Windows color (decimal): -15094130 or 9350681. OLE color: 9350681.

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

Color convert

RGB25174142-
CMYK0.8600.180.32
HSL167.11º74.87%39.02%-
HSV(B)167.11º85.63%68.24%-
XYZ20.4232.4330.77-
YUV125.8137.1456.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.33%
GREEN value IS 174 (68.36% from 255) = 51.03%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=7.33%
G=51.03%
B=41.64%

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
Decimal251741420.8600.180.32167.1174.8739.02
Hex19AE8E5601220a74b27
Octal312562161260224024711347
Binary1100110101110100011101010110010010100000101001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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