#AAFBDE

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

Shades of Magic Mint #AAFBDE

Tints of Magic Mint #AAFBDE

Color information

#AAFBDE (or 0xAAFBDE) is unknown color: approx Magic Mint. HEX triplet: AA, FB and DE. RGB value is (170,251,222). Sum of RGB (Red+Green+Blue) = 170+251+222=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBDE is #550421. Grayscale: #DFDFDF. Windows color (decimal): -5571618 or 14613418. OLE color: 14613418.

HSL color Cylindrical-coordinate representation of color #AAFBDE: hue angle of 158.52º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBDE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB170251222-
CMYK0.3200.120.02
HSL158.52º91.01%82.55%-
HSV(B)158.52º32.27%98.43%-
XYZ64.2682.8181.71-
YUV223.47127.1689.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.44%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=26.44%
G=39.04%
B=34.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512220.3200.120.02158.5291.0182.55
HexAAFBDE200C29f5b53
Octal252373336400142237133123
Binary10101010111110111101111010000001100101001111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBDE; }

 p { color: rgb(170,251,222); }

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

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

 a { background-color: rgb(170,251,222); }

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

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

 span { border-color: rgb(170,251,222); }

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