#AAF3DA

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

Shades of Magic Mint #AAF3DA

Tints of Magic Mint #AAF3DA

Color information

#AAF3DA (or 0xAAF3DA) is unknown color: approx Magic Mint. HEX triplet: AA, F3 and DA. RGB value is (170,243,218). Sum of RGB (Red+Green+Blue) = 170+243+218=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3DA is #550C25. Grayscale: #DADADA. Windows color (decimal): -5573670 or 14349226. OLE color: 14349226.

HSL color Cylindrical-coordinate representation of color #AAF3DA: hue angle of 159.45º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3DA is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB170243218-
CMYK0.3000.100.05
HSL159.45º75.26%80.98%-
HSV(B)159.45º30.04%95.29%-
XYZ61.2877.7178.1-
YUV218.32127.8293.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=26.94%
G=38.51%
B=34.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702432180.3000.100.05159.4575.2680.98
HexAAF3DA1E0A59f4b51
Octal252363332360125237113121
Binary10101010111100111101101011110010101011001111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3DA; }

 p { color: rgb(170,243,218); }

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

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

 a { background-color: rgb(170,243,218); }

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

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

 span { border-color: rgb(170,243,218); }

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