#aafeda

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

Shades of Magic Mint #AAFEDA

Tints of Magic Mint #AAFEDA

Color information

#AAFEDA (or 0xAAFEDA) is unknown color: approx Magic Mint. HEX triplet: AA, FE and DA. RGB value is (170,254,218). Sum of RGB (Red+Green+Blue) = 170+254+218=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEDA is #550125. Grayscale: #E0E0E0. Windows color (decimal): -5570854 or 14352042. OLE color: 14352042.

HSL color Cylindrical-coordinate representation of color #AAFEDA: hue angle of 154.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEDA is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB170254218-
CMYK0.3300.140.00
HSL154.29º97.67%83.14%-
HSV(B)154.29º33.07%99.61%-
XYZ64.6784.4979.23-
YUV224.78124.1788.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.48%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=26.48%
G=39.56%
B=33.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542180.3300.140.00154.2997.6783.14
HexAAFEDA210E09a6253
Octal252376332410160232142123
Binary1010101011111110110110101000010111001001101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aafeda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aafeda; }

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

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

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

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

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

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

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

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