#AAFFD3

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

Shades of Magic Mint #AAFFD3

Tints of Magic Mint #AAFFD3

Color information

#AAFFD3 (or 0xAAFFD3) is unknown color: approx Magic Mint. HEX triplet: AA, FF and D3. RGB value is (170,255,211). Sum of RGB (Red+Green+Blue) = 170+255+211=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFD3 is #55002C. Grayscale: #E0E0E0. Windows color (decimal): -5570605 or 13893546. OLE color: 13893546.

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

Color convert

RGB170255211-
CMYK0.3300.170
HSL148.94º100%83.33%-
HSV(B)148.94º33.33%100%-
XYZ64.184.7774.61-
YUV224.57120.3489.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.73%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=26.73%
G=40.09%
B=33.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552110.3300.170148.9410083.33
HexAAFFD3210110956453
Octal252377323410210225144123
Binary10101010111111111101001110000101000101001010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFD3; }

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

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

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

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

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

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

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

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