#AAF1D2

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

Shades of Magic Mint #AAF1D2

Tints of Magic Mint #AAF1D2

Color information

#AAF1D2 (or 0xAAF1D2) is unknown color: approx Magic Mint. HEX triplet: AA, F1 and D2. RGB value is (170,241,210). Sum of RGB (Red+Green+Blue) = 170+241+210=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1D2 is #550E2D. Grayscale: #D8D8D8. Windows color (decimal): -5574190 or 13824426. OLE color: 13824426.

HSL color Cylindrical-coordinate representation of color #AAF1D2: hue angle of 153.8º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1D2 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB170241210-
CMYK0.2900.130.05
HSL153.8º71.72%80.59%-
HSV(B)153.8º29.46%94.51%-
XYZ59.6776.1172.52-
YUV216.24124.4895.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=27.38%
G=38.81%
B=33.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412100.2900.130.05153.871.7280.59
HexAAF1D21D0D59a4851
Octal252361322350155232110121
Binary10101010111100011101001011101011011011001101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1D2; }

 p { color: rgb(170,241,210); }

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

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

 a { background-color: rgb(170,241,210); }

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

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

 span { border-color: rgb(170,241,210); }

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