#AAF1D5

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

Shades of Magic Mint #AAF1D5

Tints of Magic Mint #AAF1D5

Color information

#AAF1D5 (or 0xAAF1D5) is unknown color: approx Magic Mint. HEX triplet: AA, F1 and D5. RGB value is (170,241,213). Sum of RGB (Red+Green+Blue) = 170+241+213=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1D5 is #550E2A. Grayscale: #D8D8D8. Windows color (decimal): -5574187 or 14021034. OLE color: 14021034.

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

Color convert

RGB170241213-
CMYK0.2900.120.05
HSL156.34º71.72%80.59%-
HSV(B)156.34º29.46%94.51%-
XYZ60.0476.2674.51-
YUV216.58125.9894.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=27.24%
G=38.62%
B=34.13%

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
Decimal1702412130.2900.120.05156.3471.7280.59
HexAAF1D51D0C59c4851
Octal252361325350145234110121
Binary10101010111100011101010111101011001011001110010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1D5; }

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

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

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

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

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

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

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

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