#AAFACC

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

Shades of Magic Mint #AAFACC

Tints of Magic Mint #AAFACC

Color information

#AAFACC (or 0xAAFACC) is unknown color: approx Magic Mint. HEX triplet: AA, FA and CC. RGB value is (170,250,204). Sum of RGB (Red+Green+Blue) = 170+250+204=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACC is #550533. Grayscale: #DCDCDC. Windows color (decimal): -5571892 or 13433514. OLE color: 13433514.

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

Color convert

RGB170250204-
CMYK0.3200.180.02
HSL145.5º88.89%82.35%-
HSV(B)145.5º32%98.04%-
XYZ61.6681.2869.56-
YUV220.84118.591.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=27.24%
G=40.06%
B=32.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502040.3200.180.02145.588.8982.35
HexAAFACC200122925952
Octal252372314400222222131122
Binary101010101111101011001100100000010010101001001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFACC; }

 p { color: rgb(170,250,204); }

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

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

 a { background-color: rgb(170,250,204); }

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

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

 span { border-color: rgb(170,250,204); }

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