#aaf8d2

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

Shades of Magic Mint #AAF8D2

Tints of Magic Mint #AAF8D2

Color information

#AAF8D2 (or 0xAAF8D2) is unknown color: approx Magic Mint. HEX triplet: AA, F8 and D2. RGB value is (170,248,210). Sum of RGB (Red+Green+Blue) = 170+248+210=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8D2 is #55072D. Grayscale: #DCDCDC. Windows color (decimal): -5572398 or 13826218. OLE color: 13826218.

HSL color Cylindrical-coordinate representation of color #AAF8D2: hue angle of 150.77º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8D2 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB170248210-
CMYK0.3100.150.03
HSL150.77º84.78%81.96%-
HSV(B)150.77º31.45%97.25%-
XYZ61.7880.3373.22-
YUV220.35122.1692.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 248 (97.27% from 255) = 39.49%
BLUE value IS 210 (82.42% from 255) = 33.44%
R=27.07%
G=39.49%
B=33.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702482100.3100.150.03150.7784.7881.96
HexAAF8D21F0F3975552
Octal252370322370173227125122
Binary1010101011111000110100101111101111111001011110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaf8d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaf8d2; }

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

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

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

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

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

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

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

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