#19AE93

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

Shades of Mountain Meadow #19AE93

Tints of Mountain Meadow #19AE93

Color information

#19AE93 (or 0x19AE93) is unknown color: approx Mountain Meadow. HEX triplet: 19, AE and 93. RGB value is (25,174,147). Sum of RGB (Red+Green+Blue) = 25+174+147=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AE93 is #E6516C. Grayscale: #7E7E7E. Windows color (decimal): -15094125 or 9678361. OLE color: 9678361.

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

Color convert

RGB25174147-
CMYK0.8600.160.32
HSL169.13º74.87%39.02%-
HSV(B)169.13º85.63%68.24%-
XYZ20.832.5932.8-
YUV126.37139.6455.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.23%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=7.23%
G=50.29%
B=42.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251741470.8600.160.32169.1374.8739.02
Hex19AE935601020a94b27
Octal312562231260204025111347
Binary1100110101110100100111010110010000100000101010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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