#AAFFAE

Color #AAFFAE Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #AAFFAE

Tints of Mint Green #AAFFAE

Color information

#AAFFAE (or 0xAAFFAE) is unknown color: approx Mint Green. HEX triplet: AA, FF and AE. RGB value is (170,255,174). Sum of RGB (Red+Green+Blue) = 170+255+174=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFFAE is #550051. Grayscale: #DCDCDC. Windows color (decimal): -5570642 or 11468714. OLE color: 11468714.

HSL color Cylindrical-coordinate representation of color #AAFFAE: hue angle of 122.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFAE is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB170255174-
CMYK0.3300.320
HSL122.82º100%83.33%-
HSV(B)122.82º33.33%100%-
XYZ59.9883.1252.93-
YUV220.35101.8492.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=28.38%
G=42.57%
B=29.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551740.3300.320122.8210083.33
HexAAFFAE2102007b6453
Octal252377256410400173144123
Binary10101010111111111010111010000101000000111101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFAE; }

 p { color: rgb(170,255,174); }

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

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

 a { background-color: rgb(170,255,174); }

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

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

 span { border-color: rgb(170,255,174); }

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