#AAFFDD

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

Shades of Magic Mint #AAFFDD

Tints of Magic Mint #AAFFDD

Color information

#AAFFDD (or 0xAAFFDD) is unknown color: approx Magic Mint. HEX triplet: AA, FF and DD. RGB value is (170,255,221). Sum of RGB (Red+Green+Blue) = 170+255+221=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFDD is #550022. Grayscale: #E1E1E1. Windows color (decimal): -5570595 or 14548906. OLE color: 14548906.

HSL color Cylindrical-coordinate representation of color #AAFFDD: hue angle of 156º 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 #AAFFDD is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB170255221-
CMYK0.3300.130
HSL156º100%83.33%-
HSV(B)156º33.33%100%-
XYZ65.3985.2981.42-
YUV225.71125.3488.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.32%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=26.32%
G=39.47%
B=34.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552210.3300.13015610083.33
HexAAFFDD210D09c6453
Octal252377335410150234144123
Binary1010101011111111110111011000010110101001110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFDD; }

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

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

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

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

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

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

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

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