#AAFDD8

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

Shades of Magic Mint #AAFDD8

Tints of Magic Mint #AAFDD8

Color information

#AAFDD8 (or 0xAAFDD8) is unknown color: approx Magic Mint. HEX triplet: AA, FD and D8. RGB value is (170,253,216). Sum of RGB (Red+Green+Blue) = 170+253+216=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDD8 is #550227. Grayscale: #E0E0E0. Windows color (decimal): -5571112 or 14220714. OLE color: 14220714.

HSL color Cylindrical-coordinate representation of color #AAFDD8: hue angle of 153.25º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDD8 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB170253216-
CMYK0.3300.150.01
HSL153.25º95.4%82.94%-
HSV(B)153.25º32.81%99.22%-
XYZ64.183.7577.75-
YUV223.96123.589.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=26.60%
G=39.59%
B=33.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702532160.3300.150.01153.2595.482.94
HexAAFDD8210F1995f53
Octal252375330410171231137123
Binary1010101011111101110110001000010111111001100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDD8; }

 p { color: rgb(170,253,216); }

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

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

 a { background-color: rgb(170,253,216); }

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

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

 span { border-color: rgb(170,253,216); }

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