#AAF1D4

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

Shades of Magic Mint #AAF1D4

Tints of Magic Mint #AAF1D4

Color information

#AAF1D4 (or 0xAAF1D4) is unknown color: approx Magic Mint. HEX triplet: AA, F1 and D4. RGB value is (170,241,212). Sum of RGB (Red+Green+Blue) = 170+241+212=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1D4 is #550E2B. Grayscale: #D8D8D8. Windows color (decimal): -5574188 or 13955498. OLE color: 13955498.

HSL color Cylindrical-coordinate representation of color #AAF1D4: hue angle of 155.49º 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 #AAF1D4 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB170241212-
CMYK0.2900.120.05
HSL155.49º71.72%80.59%-
HSV(B)155.49º29.46%94.51%-
XYZ59.9276.2173.84-
YUV216.46125.4894.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.29%
GREEN value IS 241 (94.53% from 255) = 38.68%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=27.29%
G=38.68%
B=34.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412120.2900.120.05155.4971.7280.59
HexAAF1D41D0C59b4851
Octal252361324350145233110121
Binary10101010111100011101010011101011001011001101110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1D4; }

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

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

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

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

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

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

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

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