#AAFCC5

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

Shades of Magic Mint #AAFCC5

Tints of Magic Mint #AAFCC5

Color information

#AAFCC5 (or 0xAAFCC5) is unknown color: approx Magic Mint. HEX triplet: AA, FC and C5. RGB value is (170,252,197). Sum of RGB (Red+Green+Blue) = 170+252+197=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCC5 is #55033A. Grayscale: #DDDDDD. Windows color (decimal): -5571387 or 12975274. OLE color: 12975274.

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

Color convert

RGB170252197-
CMYK0.3300.220.01
HSL139.76º93.18%82.75%-
HSV(B)139.76º32.54%98.82%-
XYZ61.4782.265.45-
YUV221.21114.3391.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=27.46%
G=40.71%
B=31.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521970.3300.220.01139.7693.1882.75
HexAAFCC52101618c5d53
Octal252374305410261214135123
Binary10101010111111001100010110000101011011000110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCC5; }

 p { color: rgb(170,252,197); }

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

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

 a { background-color: rgb(170,252,197); }

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

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

 span { border-color: rgb(170,252,197); }

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