#AAF8D0

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

Shades of Magic Mint #AAF8D0

Tints of Magic Mint #AAF8D0

Color information

#AAF8D0 (or 0xAAF8D0) is unknown color: approx Magic Mint. HEX triplet: AA, F8 and D0. RGB value is (170,248,208). Sum of RGB (Red+Green+Blue) = 170+248+208=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8D0 is #55072F. Grayscale: #DCDCDC. Windows color (decimal): -5572400 or 13695146. OLE color: 13695146.

HSL color Cylindrical-coordinate representation of color #AAF8D0: hue angle of 149.23º 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 #AAF8D0 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB170248208-
CMYK0.3100.160.03
HSL149.23º84.78%81.96%-
HSV(B)149.23º31.45%97.25%-
XYZ61.5380.2371.92-
YUV220.12121.1692.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.16%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=27.16%
G=39.62%
B=33.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702482080.3100.160.03149.2384.7881.96
HexAAF8D01F0103955552
Octal252370320370203225125122
Binary10101010111110001101000011111010000111001010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8D0; }

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

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

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

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

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

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

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

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