#AAFDD3

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

Shades of Magic Mint #AAFDD3

Tints of Magic Mint #AAFDD3

Color information

#AAFDD3 (or 0xAAFDD3) is unknown color: approx Magic Mint. HEX triplet: AA, FD and D3. RGB value is (170,253,211). Sum of RGB (Red+Green+Blue) = 170+253+211=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDD3 is #55022C. Grayscale: #DFDFDF. Windows color (decimal): -5571117 or 13893034. OLE color: 13893034.

HSL color Cylindrical-coordinate representation of color #AAFDD3: hue angle of 149.64º 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 #AAFDD3 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB170253211-
CMYK0.3300.170.01
HSL149.64º95.4%82.94%-
HSV(B)149.64º32.81%99.22%-
XYZ63.4683.574.4-
YUV223.412189.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.81%
GREEN value IS 253 (99.22% from 255) = 39.91%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=26.81%
G=39.91%
B=33.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702532110.3300.170.01149.6495.482.94
HexAAFDD3210111965f53
Octal252375323410211226137123
Binary10101010111111011101001110000101000111001011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDD3; }

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

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

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

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

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

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

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

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